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
Hi, is possible to setup this nice grunt takst to !compile - I want to choose from array next *.js and then compress and change to *.min.js but I dont wont copress all my js into one...
step by step
jsOutputFiles
someting like:
Hi, is possible to setup this nice grunt takst to !compile - I want to choose from array next *.js and then compress and change to *.min.js but I dont wont copress all my js into one...
step by step
jsOutputFiles
someting like:
grunt.initConfig({
'closure-compiler': {
frontend: {
closurePath: '/src/to/closure-compiler',
js: 'static/',
}
});
thanks! :)
The text was updated successfully, but these errors were encountered: