django-ember-precompile
Advanced tools
Comparing version 0.0.5 to 0.0.6
var fs = require('fs') | ||
, path = require('path') | ||
, jsdom = require('jsdom'); | ||
@@ -12,5 +13,6 @@ | ||
var jquery = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/jquery-1.9.1.js', 'utf8')); | ||
var handlebars = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/handlebars-1.0.0-rc.3.js', 'utf8')); | ||
var ember = window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/ember-1.0.0-rc.1.js', 'utf8')); | ||
var vendor = path.join(path.dirname(fs.realpathSync(__filename)), '../vendor'); | ||
var jquery = window.run(fs.readFileSync(vendor + '/jquery-1.9.1.js', 'utf8')); | ||
var handlebars = window.run(fs.readFileSync(vendor + '/handlebars-1.0.0-rc.3.js', 'utf8')); | ||
var ember = window.run(fs.readFileSync(vendor + '/ember-1.0.0-rc.1.js', 'utf8')); | ||
@@ -17,0 +19,0 @@ return window; |
@@ -8,3 +8,3 @@ { | ||
"description": "ember.js precompiler for projects that use the django compressor", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1091590
31239
0