grunt-preprocess
Advanced tools
Comparing version
{ | ||
"name": "grunt-preprocess", | ||
"description": "Preprocess HTML and JavaScript directives based off environment configuration", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"homepage": "https://github.com/jsoverson/grunt-preprocess", | ||
@@ -27,3 +27,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 0.10.0" | ||
}, | ||
@@ -37,10 +37,10 @@ "scripts": { | ||
"dependencies": { | ||
"preprocess": "~2.1.0" | ||
"preprocess": "~2.3.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.0", | ||
"grunt-contrib-nodeunit": "~0.1.2", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-copy": "~0.4.0", | ||
"grunt-contrib-jshint": "~0.1.1" | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-copy": "~0.8.0", | ||
"grunt-contrib-jshint": "~0.11.0", | ||
"grunt-contrib-nodeunit": "~0.4.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# grunt-preprocess [](http://travis-ci.org/onehealth/grunt-preprocess) | ||
# grunt-preprocess [](http://travis-ci.org/jsoverson/grunt-preprocess) | ||
@@ -9,3 +9,3 @@ Grunt task around [preprocess](https://github.com/jsoverson/preprocess) npm module | ||
<head> | ||
<title>Your App | ||
<title>Your App</title> | ||
@@ -76,2 +76,6 @@ <!-- @if NODE_ENV='production' --> | ||
}, | ||
js : { | ||
src : 'test/test.js', | ||
dest : 'test/test.processed.js' | ||
}, | ||
multifile : { | ||
@@ -92,5 +96,8 @@ files : { | ||
}, | ||
js : { | ||
src : 'test/test.js', | ||
dest : 'test/test.processed.js' | ||
all_from_dir: { | ||
src: '**/*.tmpl', | ||
ext: '.html', | ||
cwd: 'src', | ||
dest: 'build', | ||
expand: true | ||
} | ||
@@ -108,2 +115,3 @@ } | ||
- 4.2.0 bumped preprocess dep to 2.3.1, bumped dev dependencies | ||
- 4.1.0 bumped preprocess dep to 2.1.0 | ||
@@ -110,0 +118,0 @@ - 4.0.0 Switched order of context assignment, small change but necessitated major version |
@@ -9,3 +9,2 @@ /* | ||
*/ | ||
/*jshint node:true*/ | ||
@@ -12,0 +11,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
136
6.25%15118
-66.72%24
-42.86%283
-14.76%1
Infinity%+ Added
- Removed
Updated