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 JS code is currently all over the place split across multiple files and folders. I would like to organize it better. I want to keep the vendor libraries organized in their own folders, and all application related code combined into a single minified file.
I want to check popular HTML5 applications to see how they organize custom assets and vendor code. It would be good to follow an established convention rather than coming up with my own custom approach.
Eventually, I want to move my app development workflow to use a JS package manager like Yeoman, Jam, Volo or Bower. Just wanted to put that in here as well.
The text was updated successfully, but these errors were encountered:
The JS code is currently all over the place split across multiple files and folders. I would like to organize it better. I want to keep the vendor libraries organized in their own folders, and all application related code combined into a single minified file.
I want to check popular HTML5 applications to see how they organize custom assets and vendor code. It would be good to follow an established convention rather than coming up with my own custom approach.
Eventually, I want to move my app development workflow to use a JS package manager like Yeoman, Jam, Volo or Bower. Just wanted to put that in here as well.
The text was updated successfully, but these errors were encountered: