Last active
December 22, 2019 07:33
-
-
Save anmolio/0277c95440bc023f95df9539e6bc3f7c to your computer and use it in GitHub Desktop.
Sample angluar.json file with third patry JS in scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
... | |
"main": "src/main.ts", | |
"polyfills": "src/polyfills.ts", | |
"tsConfig": "tsconfig.app.json", | |
"aot": false, | |
"scripts": [ | |
"src/assets/js/jquery-3.4.1.min.js", | |
"src/assets/js/webflow.js", | |
"src/assets/js/script.js" | |
] | |
"assets": [ | |
"src/favicon.ico", | |
"src/assets" | |
], | |
"styles": [ | |
"src/assets/css/normalize.css", | |
"src/assets/css/webflow.css", | |
"src/assets/css/dashboard-webflow.css", | |
"src/styles.css" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment