Created
December 14, 2015 18:24
-
-
Save ashleygwilliams/a095ae071b8efecc45c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone this git repo: https://github.com/fs-webdev/asset-manager | |
run "make" | |
copy the file into your .node_libraries folder | |
make sure you name it “asset-manager.js" | |
make sure to pre-install | |
“async.js” https://github.com/caolan/async * + dependencies | |
“glob.js” https://github.com/isaacs/node-glob * + dependencies | |
“rimraf.js” https://github.com/isaacs/rimraf * + dependencies | |
“uglify-js.js” https://github.com/mishoo/UglifyJS2 * + dependencies | |
“less.js” https://github.com/less/less.js * + dependencies | |
Confirm that you are using the latest version from Github | |
Except for “glob.js”, in which case use the previous version 0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment