refactoring DockerfileService

This commit is contained in:
alecmerdler 2017-03-07 11:25:18 -08:00
parent ff6673fb07
commit 80b3666eb7
8 changed files with 326 additions and 263 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'",
"build": "./node_modules/.bin/webpack --progress -p -v",
"build": "./node_modules/.bin/webpack --progress",
"watch": "./node_modules/.bin/webpack --watch"
},
"repository": {