1
0
Fork 0
Commit graph

24 commits

Author SHA1 Message Date
Vincent Voyer
5a8c457972 chore(shrinkwrap): remove shrinkwrap (#106) 2016-06-10 16:21:13 +02:00
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
Pixelastic
31e5d139d5 feat(serve): Add npm run serve to expose js and css locally 2016-03-10 10:46:46 +01:00
Matthieu Dumont
71b652bd92 docs(documentation.md): Fix not working links
Closes #65
2016-01-27 14:55:10 +01:00
Pixelastic
bfa06b26c3 docs(readme): Add badges
This adds badges to the readme, including the coverage one (through
coveralls).
2015-12-23 10:47:17 +01:00
Sylvain UTARD
508c8e9b13 chore(scripts): this is bashism 2015-12-18 19:09:33 +01:00
Sylvain UTARD
eaf2f9f42f chore(publish): ensure we use the jekyll of the bundle 2015-12-18 19:03:26 +01:00
Matthieu Dumont
a3cf2cd2b4 docs(documentation.md): Use START and END tag
Instead of explicitely listing all sections
2015-12-18 19:03:26 +01:00
Matthieu Dumont
33c1841ad3 docs(documentation): Add a documentation page extracted from the README 2015-12-18 19:02:56 +01:00
Pixelastic
23ae786c59 chore(website): qdd gh-pages script 2015-12-18 19:02:55 +01:00
Pixelastic
be367eb20b test(DocSearch): Add tests for constructor 2015-12-18 13:17:25 +01:00
vvo
e3a9616beb chore(release): fix update website script 2015-12-16 12:28:55 +01:00
vvo
69095c501a chore(release): update beta tag 2015-12-16 12:26:32 +01:00
vvo
4d84eb68ff chore(release): fix dist tag push 2015-12-16 12:12:52 +01:00
vvo
8a265a5cc8 chore(npm release): use dist-tag to update beta tag 2015-12-16 12:09:51 +01:00
vvo
389a4ad110 chore(build): fix source maps locations and usage 2015-12-16 12:03:36 +01:00
vvo
0beed5e431 chore(release): git add CONTRIBUTING too 2015-12-16 11:53:29 +01:00
vvo
63b042f877 chore(release): remove uneeded git add jsdoc dir 2015-12-16 11:50:34 +01:00
vvo
2916341f3b chore(release): add missing nd dep 2015-12-16 11:47:24 +01:00
vvo
26ec026186 chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
vvo
0527688ab6 chore(dev workflow, readme): consistency commit
add npm run dev:docs
consistent readme with instantsearch.js
move to docsearch.js

What do you think?
2015-12-15 11:10:12 +01:00
Pixelastic
beb3f15040 Update build and serve scripts and renamed to docsearch 2015-12-10 18:44:57 +01:00
Pixelastic
ab1a299c54 feat(gh-pages): Add gh-pages deploy script 2015-11-26 16:31:20 +01:00
Pixelastic
d65cb99f9a chore(skeleton): Provide basic library skeleton 2015-11-26 12:03:01 +01:00