Skip to content

Commit 19feb46

Browse files
committed
Use minified files
1 parent 5b8ab55 commit 19feb46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.angular-cli.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"styles.scss"
2424
],
2525
"scripts": [
26-
"../node_modules/jquery/dist/jquery.js",
27-
"../node_modules/popper.js/dist/popper.js",
28-
"../node_modules/bootstrap/dist/js/bootstrap.js"
26+
"../node_modules/jquery/dist/jquery.min.js",
27+
"../node_modules/popper.js/dist/popper.min.js",
28+
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
2929
],
3030
"environmentSource": "environments/environment.ts",
3131
"environments": {

0 commit comments

Comments
 (0)