0.1.2 • Published 9 years ago

laravel-elixir-angular-templatecache v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Usage

var elixir = require('laravel-elixir');

require('laravel-elixir-angular-templatecache');

elixir(function(mix) {
   mix.angulartemplatecache('app', 'resources/assets/js/**/*.html', 'public');
});

To wrap in a IFFY with angular injected, pass true as the 4th argument.