Skip to content
Chris Xue edited this page Aug 25, 2015 · 1 revision

Root directory

  • .tmp/ : Uncompressed output files. Ignored in git.

  • .tmp_merges/ : Platform-specific uncompressed output files. Ignored in git.

  • app/ : Source files

  • bower_components/ : Bower packages. Ignored in git.

  • hooks/ : Cordova hooks, scripts that run in Cordova build flow. Not used for now.

  • merges/ : Platform-specific source files.

  • node_modules/ : Node packages. Managed by NPM. Ignored in git.

  • www/ : Compressed output files.

  • bower.json : Bower config file. Specifying the front-end packages used in this project.

  • config.xml : Cordova config file.

  • gulpfile.js : Gulp config file. Specifying the build logic of this project.

  • package.json : NPM config file. Specifying the back-end and development packages used in this project.

app

Clone this wiki locally