Skip to content

Commit d0fb302

Browse files
authored
Merge branch 'master' into master
2 parents bde0204 + a8d7c0a commit d0fb302

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ We're updating the build system in Angular-CLI to use webpack instead of Broccol
2222

2323
You can install and update your projects using [these instructions](https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md).
2424

25+
**The current instructions on this file reflect usage for the `webpack` version.**
26+
2527
## Prerequisites
2628

2729
The generated project has dependencies that require **Node 4 or greater**.

addon/ng2/blueprints/ng2/files/__path__/tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"target": "es5",
1313
"typeRoots": [
1414
"../node_modules/@types"
15-
],
16-
"types": [
17-
"jasmine"
1815
]
1916
}
2017
}

addon/ng2/blueprints/ng2/files/config/karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ module.exports = function (config) {
1919
}
2020
},
2121
files: [
22-
{ pattern: './src/test.ts', watched: false }
22+
{ pattern: './<%= sourceDir %>/test.ts', watched: false }
2323
],
2424
preprocessors: {
25-
'./src/test.ts': ['angular-cli']
25+
'./<%= sourceDir %>/test.ts': ['angular-cli']
2626
},
2727
remapIstanbulReporter: {
2828
reports: {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/rimraf": "0.0.25-alpha",
3838
"@types/webpack": "^1.12.22-alpha",
3939
"angular2-template-loader": "^0.4.0",
40-
"awesome-typescript-loader": "^2.1.1",
40+
"awesome-typescript-loader": "^2.2.1",
4141
"chalk": "^1.1.3",
4242
"compression-webpack-plugin": "^0.3.1",
4343
"copy-webpack-plugin": "^3.0.1",

0 commit comments

Comments
 (0)