i am new in gruntjs. I have installed grunt. Also have app. I minified the code using grunt build
. It created the /dist
directory in which all minified versions of file is there.
How to run this distribution code(/dist
) for production using grunt. Not able to figure it out. grunt serve
command take /app
directory by default