Skip to content

Commit f1e68fb

Browse files
committed
Merge pull request #626 from rackt/webpack-everything
Webpack everything
2 parents 6996451 + ffe3e46 commit f1e68fb

File tree

13 files changed

+4055
-3681
lines changed

13 files changed

+4055
-3681
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ always be in sync.
3434

3535
### Development
3636

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

4341
### Build
4442

0 commit comments

Comments
 (0)