added gulpfile to Docker image, added config src

This commit is contained in:
David Kaltschmidt
2015-05-29 12:18:46 +02:00
parent 4d027fef19
commit a2d9f60f66
3 changed files with 5 additions and 6 deletions

View File

@@ -14,6 +14,6 @@ RUN npm install -g gulp
ADD package.json /home/weave/
RUN npm install
ADD gulpfile.js /home/weave/
ADD gulpfile.js webpack.config.js /home/weave/
# For instructions on running this container, consult the toplevel Makefile

View File

@@ -1,3 +1,6 @@
/*
* Gulpfile based on https://github.com/kriasoft/react-starter-kit
*/
'use strict';

View File

@@ -1,9 +1,5 @@
/*
* React.js Starter Kit
* Copyright (c) Konstantin Tarkus (@koistya), KriaSoft LLC
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
* Webpack config based on https://github.com/kriasoft/react-starter-kit
*/
'use strict';