Skip to content

Commit

Permalink
update configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
autarc committed Nov 25, 2014
1 parent 53dc8bb commit 3f76c51
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bowerrc
@@ -1,3 +1,3 @@
{
"directory": "source/bower_components"
"directory": "site/bower_components"
}
17 changes: 13 additions & 4 deletions .gitignore
@@ -1,5 +1,14 @@
node_modules
sitedist
.tmp
# modules
node_modules/
site/bower_components/

# build
.tmp/
.public/
# dist/

# generated
.sass-cache
source/bower_components

# debug
npm-debug.log
8 changes: 4 additions & 4 deletions bower.json
Expand Up @@ -2,8 +2,8 @@
"name": "chartist",
"version": "0.4.1",
"main": [
"./libdist/chartist.min.js",
"./libdist/chartist.min.css"
"./dist/chartist.min.js",
"./dist/chartist.min.css"
],
"devDependencies": {
"snap.svg": "~0.2.0",
Expand All @@ -18,8 +18,8 @@
"Gruntfile.js",
"package.json",
"node_modules",
"sitedist",
"source",
"public",
"src",
"test"
]
}

0 comments on commit 3f76c51

Please sign in to comment.