Skip to content

Commit 8763e0b

Browse files
authored
Merge pull request #40 from vdurante/patch-5
Add reference to global css file
2 parents 63292b6 + 5273534 commit 8763e0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

angular/.angular-cli.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"../src/shared/core.less",
3535

3636
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
37-
"../node_modules/bootswatch/cosmo/bootstrap.min.css"
37+
"../node_modules/bootswatch/cosmo/bootstrap.min.css",
38+
39+
"../src/styles.css"
3840
],
3941
"scripts": [
4042
"../node_modules/jquery/dist/jquery.min.js",

0 commit comments

Comments
 (0)