Skip to content

Commit

Permalink
Merge pull request #2956 from sabob/dev
Browse files Browse the repository at this point in the history
Add windows build instruction. Fix #2951
  • Loading branch information
evs-chris committed May 31, 2017
2 parents 60dade0 + 2d993dc commit 8b58449
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -50,7 +50,13 @@ npm install
npm run dev:browser

# Run a build locally (linting, bundling, testing)
# Linux/Unix
npm run build:local

# Windows
npm run bundle:release

# The .build folder contains the various Ractive distributions
```

[http://localhost:4567](http://localhost:4567) serves the sandbox page which you can use to hack Ractive. The files can be found in the `sandbox` directory. [http://localhost:4567/qunit](http://localhost:4567/qunit) serves the unit tests which can be found in `tests/browser`. Modifications to `src`, `tests/browser`, `sandbox`, and `polyfills` will automatically rebuild the sources served in this mode.
Expand Down

0 comments on commit 8b58449

Please sign in to comment.