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
The angular JS code used in this app is written inside public/js which is not the correct place where it should be. It should be moved to resources/assets directory and use gulp task to output one js file to the public directory.
The text was updated successfully, but these errors were encountered:
This issue needs a bit more information. As far as I can see there are a lot of JS files in the public directory, but not all of them appear to be in use. Is there a list of files that should be compiled into one? Should the gulp script concatenate all the files currently listed in the layouts.master and layouts.app blade templates or should it just copy them?
The angular JS code used in this app is written inside public/js which is not the correct place where it should be. It should be moved to resources/assets directory and use gulp task to output one js file to the public directory.
The text was updated successfully, but these errors were encountered: