Skip to content

Instantly share code, notes, and snippets.

@anmolio
Last active December 22, 2019 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anmolio/0277c95440bc023f95df9539e6bc3f7c to your computer and use it in GitHub Desktop.
Save anmolio/0277c95440bc023f95df9539e6bc3f7c to your computer and use it in GitHub Desktop.
Sample angluar.json file with third patry JS in scripts
...
...
"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