laravel-elixir-htmlmin
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -71,2 +71,4 @@ var gulp = require('gulp'); | ||
var prepGulpPaths = function (src, output) { | ||
src = src || '.'; | ||
return new Elixir.GulpPaths() | ||
@@ -73,0 +75,0 @@ .src(src, config.get('assets.templating.htmlmin.folder')) |
{ | ||
"name": "laravel-elixir-htmlmin", | ||
"version": "0.0.1", | ||
"version": "0.1.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
3471
65