You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Angular 2 and the cli to make a chrome extension
chrome extensions require a manifest.json file in the root of the site to function
As far as I am aware, the only way to copy random files to the dist folder on build is via the "assets" folder and that doesn't allow for files on the root.
One possible solution could be to turn the "assets" configuration field on angular-cli.json to be an array of files/folders that are copied?
The text was updated successfully, but these errors were encountered:
I am using Angular 2 and the cli to make a chrome extension
chrome extensions require a manifest.json file in the root of the site to function
As far as I am aware, the only way to copy random files to the dist folder on build is via the "assets" folder and that doesn't allow for files on the root.
One possible solution could be to turn the "assets" configuration field on angular-cli.json to be an array of files/folders that are copied?
The text was updated successfully, but these errors were encountered: