Skip to content

Commit 6842c06

Browse files
Fix missing ngtemplatecache
Without explicit install of laravel-elixir-ngtemplatecache gulp tasks will not find it and fail. npm 3.5.0 gulp 3.9.0
1 parent 093361e commit 6842c06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/1-Installation.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ NPM
2525
---
2626
```bash
2727
npm install laravel-elixir-ng-templates@^0.1.2 --save
28+
npm install laravel-elixir-ngtemplatecache@^0.2.0 --save
2829
npm install underscore --save
2930
```
3031

0 commit comments

Comments
 (0)