Запилил команду деплоя обратно (буду тестировать)
Showing
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | "description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | ||
"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" | |||
}, | }, | ||
"author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -16,6 +17,7 @@ | ... | @@ -16,6 +17,7 @@ |
"autoprefixer": "^6.3.3", | "autoprefixer": "^6.3.3", | ||
"browser-sync": "^2.11.1", | "browser-sync": "^2.11.1", | ||
"css-mqpacker": "^4.0.0", | "css-mqpacker": "^4.0.0", | ||
"cross-env": "^1.0.7", | |||
"del": "^2.2.0", | "del": "^2.2.0", | ||
"gulp": "github:gulpjs/gulp#4.0", | "gulp": "github:gulpjs/gulp#4.0", | ||
"gulp-cheerio": "^0.6.2", | "gulp-cheerio": "^0.6.2", | ||
... | ... |
Please
register
or
sign in
to comment