You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.
tones31 edited this page Oct 17, 2016
·
1 revision
Concats CSS files in order, minifies them, and optionally renames the final CSS file.
Example
This will take the three files, timer.css, date.css, and myApp.css, combine them into one file, style.min.css, minify, and save it into a file path defiend in build.myApp.
varcssFiles=[src.assets.css+'timer.css',src.assets.css+'date.css',src.timeApp.css+'myApp.css'];// no final argument defaults to "style.min.css"returnbuildCss(cssFiles,build.myApp);