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