Skip to content

Commit

Permalink
Changed static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Mar 15, 2018
1 parent 13cb71e commit 2c85e29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scripts": {
"copy-bootstrap": "cpx \"node_modules/bootstrap/dist/js/*.js\" sphinx_docs_theme/static/lib/bootstrap/js",
"copy-bootswatch": "cpx \"node_modules/bootswatch/readable/*.css\" sphinx_docs_theme/static/lib/bootswatch/readable",
"copy-fontawesome": "cpx \"node_modules/font-awesome/**/*\" sphinx_docs_theme/static/lib/font-awesome",
"copy-html5shiv": "cpx \"node_modules/html5shiv/dist/*.css\" sphinx_docs_theme/static/lib/html5shiv",
"copy-jquery": "cpx \"node_modules/jquery/dist/*.js\" sphinx_docs_theme/static/lib/jquery"
"copy-bootstrap": "cpx \"node_modules/bootstrap/dist/js/*.js\" sphinx_docs_theme/_static/lib/bootstrap/js",
"copy-bootswatch": "cpx \"node_modules/bootswatch/readable/*.css\" sphinx_docs_theme/_static/lib/bootswatch/readable",
"copy-fontawesome": "cpx \"node_modules/font-awesome/**/*\" sphinx_docs_theme/_static/lib/font-awesome",
"copy-html5shiv": "cpx \"node_modules/html5shiv/dist/*.css\" sphinx_docs_theme/_static/lib/html5shiv",
"copy-jquery": "cpx \"node_modules/jquery/dist/*.js\" sphinx_docs_theme/_static/lib/jquery"
},
"devDependencies": {
"bootstrap": "~3.3.7",
Expand All @@ -14,4 +14,4 @@
"jquery": "~3.2.1",
"jshint": "~2.9.5"
}
}
}

0 comments on commit 2c85e29

Please sign in to comment.