broccoli-template-builder
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -12,3 +12,5 @@ | ||
, outputFile: 'assets/templates.js' | ||
, compile: compiler.precompile | ||
, compile: function (string) { | ||
return 'Ember.Handlebars.template('+compiler.precompile(string)+')'; | ||
} | ||
}); | ||
@@ -15,0 +17,0 @@ |
{ | ||
"name": "broccoli-template-builder", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/moudy/broccoli-template-builder" | ||
}, | ||
"description": "Compile client-side templates into 1 JavaScript file.", | ||
@@ -5,0 +9,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6016
11
127
1
22
2