gruntjs - How to automate grunt tasks on file changes in asp.net core -
i using grunt minify less,css , js through task runner explorer. there simple way automate these tasks. want grunt create & minify css files when less file changed. , minify javascript files when of js files modified.
there visual studio extension bundler & minifier want.
when install extension, can right click file want minify , select "minify file". on task runner explorer right click "all files" option , add binding before build
Comments
Post a Comment