CONTRIBUTING.md

October 1, 2016 ยท View on GitHub

Read and contribute to the Wiki

Make sure you read the Wiki.

Submitting Pull Requests

If you're changing the structure of the repository please create an issue first.

Submitting bug reports

Make sure you are on latest changes and that you ran this command npm run clean:install after updating your local repository. If you can, please provide more information about your environment such as browser, operating system, node version, and npm version.

Project Structure

The configuration files are devided in config/, config/advance/ and config/custom

  • config/ files are upstream configuration files shared with AngularClass's angular2-webpack-starter
  • config/advance/ files are the files related to this project
  • config/custom/ files should be left empty for end users only