Skip to content

Commit

Permalink
rename demo to src as angular-cli doesn't work great with it
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Feb 9, 2017
1 parent abcf7db commit ba54137
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"apps": [
{
"root": "demo",
"root": "src",
"outDir": "dist",
"assets": [
"assets",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"lint": [
{
"files": "demo/**/*.ts",
"project": "demo/tsconfig.json"
"files": "src/**/*.ts",
"project": "src/tsconfig.json"
},
{
"files": "e2e/**/*.ts",
Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = function (config) {
require('@angular/cli/plugins/karma')
],
files: [
{ pattern: './demo/test.ts', watched: false }
{ pattern: './src/test.ts', watched: false }
],
preprocessors: {
'./demo/test.ts': ['@angular/cli']
'./src/test.ts': ['@angular/cli']
},
mime: {
'text/x-typescript': ['ts','tsx']
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ba54137

Please sign in to comment.