angular_grunt_structure

An angular kick start which provides JOHNPAPA styles of coding structure.

Along with that it has grunt CSS, JS, HTML minifier which can be used for minification of codes.

How to generate the minified version of the app?

  1. Run grunt command from ‘./grunt/‘ folder.
  2. This will generate a minified build at ‘./build/‘ folder.
  3. Now open up the ‘./build/index.html’ file and change BASE_PATH to your hosting path

i.e:

  1. Also update this base path in the ‘./build/.htaccess’ file.

i.e: RewriteBase BASE_PATH

  1. That is all! Now app is ready for deployment..