Merge branch 'remove-typings-traces' of https://github.com/GRoguelon/ng2-admin into GRoguelon-remove-typings-traces

Conflicts:
	Dockerfile
	docs/contents/articles/002-installation-guidelines/index.md
	docs/contents/articles/012-project-structure/index.md
This commit is contained in:
nixa 2016-08-22 19:40:35 +03:00
commit df575a2929
4 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
&& cd /var/www \
&& npm install --global rimraf \
&& npm run clean \
&& npm install --global typings webpack webpack-dev-server typescript \
&& npm install --global webpack webpack-dev-server typescript@beta \
&& npm install \
&& npm run prebuild:prod && npm run build:prod