Replace Vagrant with Docker

This commit is contained in:
2017-12-02 23:10:55 +03:00
parent 9b3fdf386b
commit 895c7b0b29
19 changed files with 3375 additions and 111 deletions

View File

@@ -9,5 +9,10 @@
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0"
},
"scripts": {
"build": "BUILD_ENV=dev gulp build",
"watch": "BUILD_ENV=dev gulp build:watch",
"build-prod": "BUILD_ENV=prod gulp build"
}
}