1.0.3 • Published 7 years ago

gruntfile-convention-angular v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

An easier way to build with grunt.

With convention over configuration you don't need a large Gruntfile and package.json.

You will get the following for "free":

  1. Testing with jasmine and PhantomJS
  2. Bower installation and inclusion
  3. LESS
  4. JSHint
  5. HTML validation
  6. angular templtes to js
  7. ng annotations
  8. js minification
  9. css minification
  10. html minification
  11. cache busting

Firstly

npm install

Run tests

grunt test

Run http server:

grunt run

Build distribution

grunt dist

File structure convention

  • src
  • assets
  • js
  • less
  • templates (angular templates end in .tmpl)
  • test
  • package.json
  • gruntfile.js
  • bower.json
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago