1
0
Fork 0
docsearch/scripts
Tim Carry ef83775f7e feat(serve): Watch and serve all needed files (#91)
Running `npm run serve` will watch for changes in the source files and
rebuild all `css` and `js` files accordingly in the `dist` folder. It
will also expose the same files on `http://localhost:8080/` (by
default, if port `8080` is already taken it will move to an available
one).

This will let developers use a specific branch/version of docsearch in
their projects. Just open a new tab and run `npm run serve` in the
docsearch repo, and you'll be able to include the scripts from the
running server in your HTML.

As files are automatically regenerated on disk whenever a change is
detected, you can also `require` files by targeting the `dist` folder.
2016-05-12 11:58:28 +02:00
..
docs test(DocSearch): Add tests for constructor 2015-12-18 13:17:25 +01:00
build docs(documentation): Add a documentation page extracted from the README 2015-12-18 19:02:56 +01:00
build-css chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
build-docs docs(documentation.md): Fix not working links 2016-01-27 14:55:10 +01:00
build-js chore(build): fix source maps locations and usage 2015-12-16 12:03:36 +01:00
bump-package-version.js test(DocSearch): Add tests for constructor 2015-12-18 13:17:25 +01:00
dev chore(dev workflow, readme): consistency commit 2015-12-15 11:10:12 +01:00
dev-docs chore(dev workflow, readme): consistency commit 2015-12-15 11:10:12 +01:00
finish-release chore(release): fix update website script 2015-12-16 12:28:55 +01:00
gh-pages chore(publish): ensure we use the jekyll of the bundle 2015-12-18 19:03:26 +01:00
release chore(release): update beta tag 2015-12-16 12:26:32 +01:00
release-beta chore(release): remove uneeded git add jsdoc dir 2015-12-16 11:50:34 +01:00
serve feat(serve): Watch and serve all needed files (#91) 2016-05-12 11:58:28 +02:00
test-ci docs(readme): Add badges 2015-12-23 10:47:17 +01:00
test-coverage docs(readme): Add badges 2015-12-23 10:47:17 +01:00
travis-after-script docs(readme): Add badges 2015-12-23 10:47:17 +01:00
validate-commit-msgs chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
validate-pr-done-on-develop chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00