Merge pull request #447 from BigBlueHat/setup-environs-tweaks
Setup environs tweaks
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ sandbox/*
|
|||||||
.*.swp
|
.*.swp
|
||||||
.*.swo
|
.*.swo
|
||||||
_site/*
|
_site/*
|
||||||
|
node_modules/*
|
||||||
|
|||||||
@@ -33,7 +33,11 @@ Note that the demos and documentation utilize the [jekyll templating
|
|||||||
system][jekyll] and to use them *locally* you will need to build them using
|
system][jekyll] and to use them *locally* you will need to build them using
|
||||||
jekyll. Once installed, all you need to do from the command line is run jekyll:
|
jekyll. Once installed, all you need to do from the command line is run jekyll:
|
||||||
|
|
||||||
jekyll
|
jekyll serve
|
||||||
|
|
||||||
|
or if you're actively developing and want auto-reloading:
|
||||||
|
|
||||||
|
jekyll serve --watch
|
||||||
|
|
||||||
[jekyll]: https://github.com/mojombo/jekyll
|
[jekyll]: https://github.com/mojombo/jekyll
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
pygments: true
|
highlighter: pygments
|
||||||
auto: true
|
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
||||||
title: Recline Data Explorer and Library
|
title: Recline Data Explorer and Library
|
||||||
|
|||||||
@@ -26,11 +26,9 @@
|
|||||||
},
|
},
|
||||||
"lib" : "src",
|
"lib" : "src",
|
||||||
"main" : "dist/recline.js",
|
"main" : "dist/recline.js",
|
||||||
"repositories": [
|
"repository": {
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/okfn/recline.git",
|
"url": "http://github.com/okfn/recline.git",
|
||||||
"path": "src"
|
"path": "src"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user