gruntjs - grunt and javascript partial file -


in project have directory partials of javascript files. in directory have files like: _register.js, _user.js, _cart.js, _common.js , wanna make full files

user.js must have _user.js, _common.js, _register.js

product.js must have _user.js, _common.js, _cart.js

and should compiled 2 directories dev/ , prod/ in dev must have normal javascript , in prod must have minified versions, how grunt?


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -