Skip to content

Commit

Permalink
seteo de angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegOrtega committed Oct 23, 2018
1 parent ecc3f2a commit 409ef76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"tsConfig": "src/tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap-reboot.css",
"node_modules/bootstrap/dist/css/bootstrap-grid.css",
"node_modules/bootstrap/dist/css/bootstrap.css"
"src/styles.scss",
"node_modules/bootstrap/scss/bootstrap-reboot.scss",
"node_modules/bootstrap/scss/bootstrap-grid.scss",
"node_modules/bootstrap/scss/bootstrap.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": ["src/styles.css"],
"styles": ["src/styles.scss"],
"scripts": [],
"assets": ["src/favicon.ico", "src/assets"]
}
Expand Down

0 comments on commit 409ef76

Please sign in to comment.