Fixes #74 by adding bower for auth0-styleguides

This commit is contained in:
dschenkelman 2014-06-10 16:39:53 -03:00 коммит произвёл José F. Romaniello
Родитель 6e65d0956f
Коммит 05bfe1c50f
5 изменённых файлов: 34 добавлений и 3 удалений

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"
}
}

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

@ -22,10 +22,14 @@
},
"main": "app.js",
"scripts": {
"start": "node app.js"
"start": "node app.js",
"postinstall": "CI=true bower install"
},
"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')