Commit 5eeb34d8 authored by Boris Kocherov's avatar Boris Kocherov

add hadlebars in dependecies

parent 7e8d7883
renderjs.js renderjs.js
rsvp.js rsvp.js
jio.js jio.js
handlebars.js
node_modules/ node_modules/
npm-debug.log npm-debug.log
.idea .idea
......
...@@ -91,6 +91,9 @@ module.exports = function (grunt) { ...@@ -91,6 +91,9 @@ module.exports = function (grunt) {
}, { }, {
src: 'node_modules/jio/dist/jio-latest.js', src: 'node_modules/jio/dist/jio-latest.js',
dest: "jio.js" dest: "jio.js"
}, {
src: 'node_modules/handlebars/dist/handlebars.js',
dest: "handlebars.js"
}] }]
} }
}, },
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
"dependencies": { "dependencies": {
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git", "rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git",
"renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git", "renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git",
"jio": "git+https://lab.nexedi.com/nexedi/jio.git" "jio": "git+https://lab.nexedi.com/nexedi/jio.git",
"handlebars": "4.0.5"
}, },
"devDependencies": { "devDependencies": {
"connect-livereload": "~0.3.0", "connect-livereload": "~0.3.0",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment