feat(seed): "unpack" and "repack" scripts
add "npm run seed" as alias to "node seed" unpack tests and solution into HTML file; add titles and help text; style unpacked file enable running unpacked assert tests in browser Using browserify, compile "tape", "lodash", jQuery into "unpacked-bundle.js" for use during in-browser unpacked tests feat(seed): diff after repacking feat(seed): unpacked tests use Browser TAP chrome dev tool if available
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0c6141289b
commit
a8484873d8
@@ -409,7 +409,7 @@ nothing to commit, working directory clean
|
||||
`fix/short-fix-description` or `feature/short-feature-description`. Review
|
||||
the [Contribution Guidelines](#contribution-guidelines) for more detail.
|
||||
|
||||
3. Edit your file(s) locally with the editor of your choice
|
||||
3. Edit your file(s) locally with the editor of your choice. To edit challenges, you may want to use `unpack` and `repack` -- see [seed/README.md](seed/README.md) for instructions.
|
||||
|
||||
4. Check your `git status` to see unstaged files.
|
||||
|
||||
|
Reference in New Issue
Block a user