commit
17de8e7fb6
@ -1,2 +1,9 @@
|
|||||||
# phantom-talk
|
# phantom-talk
|
||||||
Slide Deck for PhantomJS Talk
|
Slide Deck for PhantomJS Talk
|
||||||
|
|
||||||
|
# Run
|
||||||
|
|
||||||
|
docker run -p 8000:8000 buddys/phantom-talk
|
||||||
|
open http://localhost:8000
|
||||||
|
|
||||||
|
Use the right and left arrows to move between slides
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "handlebars",
|
"name": "handlebars",
|
||||||
"version": "1.3.0",
|
"version": "3.0.2",
|
||||||
"main": "handlebars.js",
|
"main": "handlebars.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"homepage": "https://github.com/components/handlebars.js",
|
"homepage": "https://github.com/components/handlebars.js",
|
||||||
"_release": "1.3.0",
|
"_release": "3.0.2",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v1.3.0",
|
"tag": "v3.0.2",
|
||||||
"commit": "ddd21a44be399ae4de486ddd868bacf84e92b9c4"
|
"commit": "1ad00eb64322229a10067e1391fb3b46365d760b"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/components/handlebars.js.git",
|
"_source": "git://github.com/components/handlebars.js.git",
|
||||||
"_target": "~1.3.0",
|
"_target": "~3.0.2",
|
||||||
"_originalSource": "handlebars"
|
"_originalSource": "handlebars"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "handlebars",
|
"name": "handlebars",
|
||||||
"version": "1.3.0",
|
"version": "3.0.2",
|
||||||
"main": "handlebars.js",
|
"main": "handlebars.js",
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"jspm": {
|
||||||
|
"main": "handlebars",
|
||||||
|
"shim": { "handlebars": { "exports": "Handlebars" } },
|
||||||
|
"files": ["handlebars.js"],
|
||||||
|
"buildConfig": { "minify": true }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue