generator-jade
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -27,3 +27,3 @@ // Generated on<%%= (new Date).toISOString().split('T')[0] %> using <%%= pkg.name %> <%%= pkg.version %> | ||
folders: folders, | ||
watch: {<% if (cssProcessor === 'stylus') { %> | ||
watch: {<% if (cssProcessor === 'stylus') { %> | ||
stylus: { | ||
@@ -119,3 +119,3 @@ files: '<%%= folders.app %>/styles/**/*.styl', | ||
files: { | ||
'<%%= folders.tmp %>/main.css': [ | ||
'<%%= folders.tmp %>/styles/main.css': [ | ||
'<%%= folders.app %>/styles/**/*.styl', | ||
@@ -122,0 +122,0 @@ '!<%%= folders.app %>/styles/**/_*.styl' |
{ | ||
"name": "generator-jade", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A yo generator for jade projects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
25308