File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 3232 "normalize-css" : " normalize.css#^4.1.1" ,
3333 "jquery" : " ^2.2.3" ,
3434 "inconsolata-webfont" : " ^1.0.3" ,
35- "roboto-webfont-bower" : " roboto-webfont#^0.1.1"
35+ "roboto-webfont-bower" : " roboto-webfont#^0.1.1" ,
36+ "mustache.js" : " mustache#^2.2.1" ,
37+ "handlebars" : " ^4.0.5"
3638 }
3739}
Original file line number Diff line number Diff line change @@ -26,6 +26,26 @@ const libraries = {
2626 ) ,
2727 predefined : [ '_' ] ,
2828 } ,
29+ mustache : {
30+ name : 'Mustache.js' ,
31+ javascript : fs . readFileSync (
32+ path . join (
33+ __dirname ,
34+ '../../bower_components/mustache.js/mustache.js'
35+ )
36+ ) ,
37+ predefined : [ 'Mustache' ] ,
38+ } ,
39+ handlebars : {
40+ name : 'Handlebars.js' ,
41+ javascript : fs . readFileSync (
42+ path . join (
43+ __dirname ,
44+ '../../bower_components/handlebars/handlebars.js'
45+ )
46+ ) ,
47+ predefined : [ 'Handlebars' ] ,
48+ } ,
2949 angular : {
3050 name : 'AngularJS' ,
3151 javascript : fs . readFileSync (
You can’t perform that action at this time.
0 commit comments