lineman-angular-goog

0.0.3 • Public • Published

lineman-angular

This is a plugin to get started with Angular.js using Lineman. We recommend you look at our Angular template project as a starting point.

What's this plugin do?

This plugin will configure your lineman project to incorporate:

  • grunt-ngmin to handle minification, replacing uglify, in order to deal with Angular's fucntion#toString()'ing to figure out what to inject into your methods.
  • grunt-angular-templates to compile the client-side *.html templates you add to app/templates

Notes

Keep in mind that grunt-angular-templates assumes that your module is named app. You'll need to override that in your lineman project if you'd like your templates on some other module, like so:

 ngtemplates: {
   options: {
     module: "myModuleName"
   }
 }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i lineman-angular-goog

Weekly Downloads

2

Version

0.0.3

License

none

Last publish

Collaborators

  • herculesksp