Skip to content

Commit 7cd149c

Browse files
committed
update info about preprocess step
1 parent 31ccb3a commit 7cd149c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Plotly.plot(Tabs.fresh(), [{x:[1,2,3], y:[2,1,2]}]);
7070
**Other npm scripts**:
7171

7272
- `npm run preprocess`: pre-processes the css and svg source file in js. This
73-
script is run automatically on `npm install`.
73+
script must be run manually when updating the css and svg source files.
7474
- `npm run watch`: starts a watchify file watcher just like the test dashboard but
7575
without booting up a server.
7676

@@ -111,7 +111,7 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
111111
- All tasks can be run using [`npm run-srcript`](https://docs.npmjs.com/cli/run-script)
112112
- Tests are `test/`, they are partitioned into `image` and `jasmine` tests
113113
- Test dashboard and image viewer code is in `devtools/`
114-
- Non-distributed, git-ignored built files are in `build/`
114+
- Non-distributed, built files are in `build/` (most files in here are git-ignored, the css and font built files are exceptions)
115115

116116

117117
### Coding style

0 commit comments

Comments
 (0)