Skip to content

Commit 636b44e

Browse files
committed
update the "Repo organization" section
1 parent ebfa157 commit 636b44e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,12 @@ This will produce the following plot, and say you want to simulate a selection p
220220

221221
- Distributed files are in `dist/`
222222
- CommonJS require-able modules are in `lib/`
223-
- Sources files are in `src/`, including the index
223+
- Sources files are in `src/`
224224
- Build and repo management scripts are in `tasks/`
225225
- All tasks can be run using [`npm run-script`](https://docs.npmjs.com/cli/run-script)
226226
- Tests are `test/`, they are partitioned into `image` and `jasmine` tests
227227
- Test dashboard and image viewer code is in `devtools/`
228-
- Built files are in `build/` (most files in here are git-ignored, the css and font built files are exceptions)
229-
228+
- Built files are in `build/` (the files in here are git-ignored, except for `plotcss.js`)
230229

231230
## Coding style
232231

0 commit comments

Comments
 (0)