build-workflow
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -41,2 +41,8 @@ # Usage | ||
``` | ||
### ez-frontend dependencies | ||
```sh | ||
npm i -D grunt-contrib-uglify grunt-csso grunt-autoprefixer grunt-jscs | ||
``` | ||
@@ -43,0 +49,0 @@ ## Create a Gruntfile (or replace the one you have with) |
{ | ||
"name": "build-workflow", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -5,0 +5,0 @@ "main": "config-loader.js", |
@@ -31,8 +31,2 @@ module.exports = { | ||
var kno = require( 'kno' ); | ||
if ( kno.app.moduleManager ) { | ||
scope.mManager = Object.create( kno.app.moduleManager ); | ||
scope.mManager.__init(); | ||
} | ||
scope.clearScope = function () { | ||
@@ -48,4 +42,2 @@ var me = this; | ||
me.stubFn = null; | ||
me.mManager && me.mManager.__destroy(); | ||
me.mManager = null; | ||
}; | ||
@@ -52,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
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
166420
2403