From a2529377968b9a96f9b9426f1b752b2debb0c782 Mon Sep 17 00:00:00 2001 From: delucis Date: Sat, 11 Jun 2016 02:49:56 +0200 Subject: [PATCH] Rename dist/ build directory to hgnm-2014/. Fixes theme updater bug, closes #12. --- .gitignore | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c747ca..dd06237 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ ehthumbs.db Thumbs.db DalaFloda* -dist/* +hgnm-2014/* hgnm-2014.zip # Created by https://www.gitignore.io/api/node diff --git a/package.json b/package.json index 89f6625..7f179e3 100644 --- a/package.json +++ b/package.json @@ -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",