diff --git a/README.md b/README.md index 5b6cb74..c4b72c8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Or if you want to use the development version (nightly build), which maybe not s ``` npm install @holisticon/angular-common@next --save-dev ``` + ## Usage ### Basic Usage @@ -111,6 +112,13 @@ var path = require("path"), var appConfig = { srcPath: srcPath, testPath: testPath, + copy: [{ + from: sourceRoot + '/img', + to: 'img' + }, { + from: sourceRoot + '/i18n', + to: 'i18n' + }], entry: { 'polyfills': sourceRoot + '/polyfills.browser.ts', 'app': sourceRoot + '/main.browser.ts', diff --git a/package.json b/package.json index 4ce00c5..64334fb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "karma-junit-reporter": "1.2.0", "karma-phantomjs-launcher": "1.0.2", "karma-sourcemap-loader": "0.3.7", - "karma-webpack": "1.8.0", + "karma-webpack": "2.0.2", "node-sass": "3.10.1", "open-browser-webpack-plugin": "0.0.2", "phantomjs-polyfill": "0.0.2",