Leave a Comment
Grunt-таск для избавления от лишних стилей в css
https://github.com/addyosmani/grunt-uncss
Конфиг примерно такой:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
uncss: { dist: { files: { 'dist/css/tidy.css': ['app/index.html','app/about.html'] } }, options: { compress:true } } processhtml: { dist: { files: { 'dist/index.html': ['app/index.html'], 'dist/about.html': ['app/about.html'] } } } |
Similar Posts
LEAVE A COMMENT
Для отправки комментария вам необходимо авторизоваться.