-
Notifications
You must be signed in to change notification settings - Fork 0
File Structure
Other files:
- /.bowerrc
- /.csslintrc
- /.editorconfig
- /.gitignore
- /.jshintrc
- /.node-version
- /bower.json
- /gulfile.js
- /gulpfile-old.js
- /karma.conf.js
- /package.json
- /README.md
This folder contains configuration for the WebStorm IDE. You shouldn't need to make any changes to this folder manually.
When committing with git make sure to include any changes that are listed under this directory.
The files in this directory are here until we have a chance to comb through and either incorporate or delete them. They are pieces of the original RepX rewrite that never came to fruition.
This folder contains the non-minified, compiled css and non-minified angular template cache used during development. The files are not minified for debugging purposes.
This folder contains the parse cloud code and the express.js configuration.
You should rarely need to change any of these files.
This folder contains the configuration for the parse command line.
This folder contains the node modules used for our gulp build pipeline.
This folder containers all the minified versions of the assets, css and js files.
This folder contains general purpose scripts used throughout the application.
#/src
This folder contains the actual application code.
Other files:
This file sets the location of the bower components.
This file (though currently inactive) checks for css errors.
This file contains the IDE settings.
This file contains the files which are not to be pushed to git.
This file contains the settings for how jshint should grade our js code.
This file contains the file which configures the node versions we are currently running.
This file contains a list of dependencies and versions that we are currently using.
This file contains the scripts responsible for creating the build pipeline.
This file is the previous iteration of our build process.
This file contains the configuration for our testing suite.
This file is auto-generated and should not be altered manually
This files defines our node modules.
This file contains our gneral purpose documentation.