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 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.