django-ember-precompile
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -11,5 +11,5 @@ (function() { | ||
var jquery = this.window.run(fs.readFileSync('node_modules/django-handlebars/vendor/jquery-1.7.2.js', 'utf8')); | ||
var handlebars = this.window.run(fs.readFileSync('node_modules/django-handlebars/vendor/handlebars-1.0.rc.1.js', 'utf8')); | ||
var ember = this.window.run(fs.readFileSync('node_modules/django-handlebars/vendor/ember.js', 'utf8')); | ||
var jquery = this.window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/jquery-1.7.2.js', 'utf8')); | ||
var handlebars = this.window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/handlebars-1.0.rc.1.js', 'utf8')); | ||
var ember = this.window.run(fs.readFileSync('node_modules/django-ember-precompile/vendor/ember.js', 'utf8')); | ||
@@ -16,0 +16,0 @@ var content = this.window.Ember.Handlebars.precompile(template).toString(); |
@@ -8,3 +8,3 @@ { | ||
"description": "ember.js precompiler for projects that use the django compressor", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"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
1033305