Skip to content

Commit

Permalink
Merge pull request remix-run#626 from rackt/webpack-everything
Browse files Browse the repository at this point in the history
Webpack everything
  • Loading branch information
mjackson committed Dec 19, 2014
2 parents 6996451 + ffe3e46 commit f1e68fb
Show file tree
Hide file tree
Showing 13 changed files with 4,055 additions and 3,681 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ always be in sync.

### Development

- `scripts/test` will fire up a karma runner and watch for changes in the
specs directory.
- `npm test` will do the same but doesn't watch, just runs the tests.
- `scripts/dev-examples` fires up a webpack dev server that will watch
for changes and build the examples.
- `npm test` will fire up a karma test runner and watch for changes
- `npm run examples` fires up a webpack dev server that will watch
for changes and build the examples

### Build

Expand Down
Loading

0 comments on commit f1e68fb

Please sign in to comment.