Fixes #74 by adding bower for auth0-styleguides
This commit is contained in:
Родитель
6e65d0956f
Коммит
05bfe1c50f
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"directory": "themes/default/public/vendor/bower_components",
|
||||
"analytics": false
|
||||
}
|
|
@ -3,3 +3,4 @@
|
|||
# Node.js
|
||||
node_modules
|
||||
npm-debug.log
|
||||
vendor
|
||||
|
|
|
@ -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')
|
||||
|
|
Загрузка…
Ссылка в новой задаче