laravel-elixir-htmlmin
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -58,3 +58,3 @@ var gulp = require('gulp'); | ||
; | ||
}).watch(config.get('assets.templating.htmlmin.folder') + '/**/*.html') | ||
}).watch(config.get('assets.templating.htmlmin.folder') + '/**/*.{html,php}') | ||
.ignore(paths.output.path) | ||
@@ -61,0 +61,0 @@ }); |
{ | ||
"name": "laravel-elixir-htmlmin", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Laravel Elixir htmlmin Extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3477