1.1.1 • Published 11 years ago

jade-angularjs-brunch v1.1.1

Weekly downloads
37
License
-
Repository
github
Last release
11 years ago

jade-angularjs-brunch

Automatic compiler Jade templates to AngularJS modules for Brunch.IO

Sample of settings:

Add to dependencies section in package.json of your project:

"jade-angularjs-brunch" : ">= 0.0.1 < 1.5"

Add to templates section in config.coffee:

  joinTo: 
    'js/dontUseMe' : /^app/ #slutty hack for Jade-auto-compiling

Now you can get angular.js modules:

_public/js/login.template.js:

angular.module('login.templates', [])
.run(['$templateCache', function($templateCache) {
  return $templateCache.put('/login/modal.page.html', [
'This is content of your jade-file',''].join("\n"));
}])
1.1.1

11 years ago

1.1.0

11 years ago

1.0.5

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago