Skip to content

Commit

Permalink
Rename dist/ build directory to hgnm-2014/.
Browse files Browse the repository at this point in the history
Fixes theme updater bug, closes #12.
  • Loading branch information
delucis committed Jun 11, 2016
1 parent 8133c5f commit a252937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ehthumbs.db
Thumbs.db
DalaFloda*
dist/*
hgnm-2014/*
hgnm-2014.zip

# Created by https://www.gitignore.io/api/node
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "npm run css:build && npm run copy && npm run zip",
"css:build": "node-sass --include-path scss scss/style.scss style.css",
"css:watch": "node-sass --include-path scss scss/style.scss style.css -w",
"copy": "cpy '**/*' '!scss/*' '!dist/*' '!.gitignore' '!.travis.yml' '!install-dependencies.sh' '!node_modules/**/*' '!hgnm-2014.zip' 'dist/' --parents --nodir",
"zip": "bestzip hgnm-2014.zip dist/",
"copy": "cpy '**/*' '!scss/*' '!hgnm-2014/*' '!.gitignore' '!.travis.yml' '!install-dependencies.sh' '!node_modules/**/*' '!hgnm-2014.zip' 'hgnm-2014/' --parents --nodir",
"zip": "bestzip hgnm-2014.zip hgnm-2014/",
"postinstall": "./install-dependencies.sh"
},
"repository": "HGNM/hgnm-2014",
Expand Down

0 comments on commit a252937

Please sign in to comment.