Skip to content

garhbod/laravel-elixir-angular-template-cache-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elixir-angular-template-cache-2

This plugin is for Laravel Elixir v6 and up. It is an updated version of the Elixir v3-v5 plugin found here https://github.com/larkinwhitaker/laravel-elixir-angular-template-cache

Installation


$ npm install elixir-angular-template-cache-2 --save-dev

Usage


Require the extension and call it using mix.angulartemplatecache().

var elixir = require('laravel-elixir');
require('elixir-angular-template-cache-2');

elixir(function(mix)
{
	mix.angulartemplatecache(
   		{module: 'app', root: 'templates'}, 	//	template cache options
   		'public/app/views/cached/**', 			//	source 
   		'public/app/js', 						//	destination
   		'./', 						            //	base Directory (optional)
   		false								    //	wrap (optional)
	);	
});

Run gulp.

$ gulp

About

Laravel Elixir 6 task extension for angular-templatecache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%