This app is meant to serve as a base for getting a FireFox OS App up and running while incorporating a set of development tools.
The idea is to streamline the process and teach/add modern dev tools and frameworks for a better development environment.
By default the project source files are found in the src
directory.
This folder will house all original source files you will directly write and modify project code in. This will also include/house all pre-optimized images and libraries you are going to include/add into your project as well.
You can change this to your liking by renaming the directory and changing the .bowerrc
file to reflect this change.
{
"directory": "src/bower_components"
}
{
"directory": "new_folder/bower_components"
}