Merge branch 'master' of github.com:auth0/docs

This commit is contained in:
Cristian Douce 2014-06-12 12:06:25 -03:00
Родитель b7ed2587f3 45f5850336
Коммит a4e486ca08
6 изменённых файлов: 35 добавлений и 4 удалений

4
.bowerrc Normal file
Просмотреть файл

@ -0,0 +1,4 @@
{
"directory": "themes/default/public/vendor/bower_components",
"analytics": false
}

1
.gitignore поставляемый
Просмотреть файл

@ -3,3 +3,4 @@
# Node.js
node_modules
npm-debug.log
vendor

22
bower.json Normal file
Просмотреть файл

@ -0,0 +1,22 @@
{
"name": "auth0-docs",
"version": "0.0.0",
"homepage": "https://github.com/auth0/docs",
"description": "Auth0 Documents",
"main": "app.js",
"authors": [
"Auth0 <support@auth0.com>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"themes/default/public/vendor/bower_components",
"test",
"tests"
],
"dependencies": {
"auth0-styleguide": "git@github.com:auth0/styleguide.git#~0.2.0"
}
}

2
build
Просмотреть файл

@ -3,7 +3,7 @@
set -e
#install all deps
npm install --production
npm install
#set the version number in the package json without a new commit.
mv .git .git-back

Просмотреть файл

@ -22,10 +22,14 @@
},
"main": "app.js",
"scripts": {
"start": "node app.js"
"start": "node app.js",
"postinstall": "CI=true bower install --allow-root"
},
"engines": {
"node": "0.8.x",
"node": "0.10.24",
"npm": "1.1.x"
},
"devDependencies": {
"bower": "~1.3.5"
}
}

Просмотреть файл

@ -11,7 +11,7 @@ html(lang="en")
link(rel="shortcut icon", href="https://auth0.com/auth0-styleguide/img/favicon.png")
link(href='https://auth0.com/app.css', rel='stylesheet')
link(href='/vendor/bower_components/auth0-styleguide/css/index.css', rel='stylesheet')
link(href='/css/docs.css', rel='stylesheet')
script(type='text/javascript', src='//use.typekit.net/iws6ohy.js')