Сменил способ сборки и отправки в gh-pages
Showing
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
| "start": "./node_modules/.bin/gulp", | "start": "./node_modules/.bin/gulp", | ||
| "deploy": "cross-env NODE_ENV=production gulp build && gulp deploy" | "deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy" | ||
| }, | }, | ||
| "author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
| "license": "MIT", | "license": "MIT", | ||
| ... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
| "mkdirp": "^0.5.1" | "mkdirp": "^0.5.1" | ||
| }, | }, | ||
| "config": { | "config": { | ||
| "ghPages": "http://nicothin.github.io/NTH-start-project/blocks_library.html", | |||
| "directories": { | "directories": { | ||
| "source": "./src", | "source": "./src", | ||
| "build": "./build" | "build": "./build" | ||
| ... | ... |
Please
register
or
sign in
to comment