Browse Source

Updating all

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 6 years ago
parent
commit
48c79ec202
  1. 10
      .gitignore
  2. 717
      _site/browser/local_browser.html
  3. 703
      _site/browser/terms.html
  4. 2028
      _site/package-lock.json
  5. 41
      _site/package.json

10
.gitignore

@ -1,11 +1,3 @@
# downstream content
_core
_browser
_android
_ios
_gaia
# OS or Editor folders
.DS_Store
node_modules
@ -14,3 +6,5 @@ node_modules
_site
.sass-cache
.jekyll-metadata
package-lock.json
package.json

717
_site/browser/local_browser.html

File diff suppressed because one or more lines are too long

703
_site/browser/terms.html

File diff suppressed because one or more lines are too long

2028
_site/package-lock.json

File diff suppressed because it is too large

41
_site/package.json

@ -0,0 +1,41 @@
{
"name": "docs",
"version": "1.0.0",
"description": "Docs Jekyll theme.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "ncp node_modules/uikit/src/scss/ _sass/uikit/ && ncp node_modules/system-font-css/ _sass/system-font-css/",
"lint": "jshint assets/js/custom.js",
"uglify": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -m -c -o assets/js/main.js",
"concat": "uglifyjs node_modules/uikit/dist/js/uikit.js node_modules/uikit/dist/js/uikit-icons.js node_modules/simple-jekyll-search/dest/simple-jekyll-search.js assets/js/custom.js -b -o assets/js/main.js",
"dev": "npm run lint && npm run concat",
"build": "npm run lint && npm run uglify",
"watch": "watch 'npm run dev' assets/js/",
"postinstall": "npm run copy && npm run concat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"author": "moxiegirl",
"license": "MIT",
"bugs": {
"url": "https://github.com/"
},
"homepage": "https://github.com/",
"dependencies": {
"simple-jekyll-search": "^1.5.0",
"system-font-css": "^2.0.1",
"uikit": "^3.0.0-beta.42"
},
"devDependencies": {
"jshint": "^2.9.5",
"ncp": "latest",
"uglify-js": "^3.2.1",
"watch": "^1.0.2"
},
"directories": {
"doc": "docs"
}
}
Loading…
Cancel
Save