assets-pack
assets-pack copied to clipboard
Clever packing of .css, .less, .js files
Results
1
assets-pack issues
Sort by
recently updated
recently updated
newest added
I have the following config file for packing css files in my main directory: [ { "type": "css", "watch": "Client/js", "pack": [ "Client/js" ], "output": "Content/styles.css", "minify": false } ]...