Ed Robinson
987ab7612d
Use the yarn pacakge manager for javascript
...
[Yarn](https://yarnpkg.com/ ) is a drop in replacement for npm.
We should use it because:
* It's faster
* It uses a lockfile, making the builds more deterministic.
2016-11-16 12:02:30 +00:00
Micaël
e059239bc3
Move webui to FountainJS with Webpack
2016-07-27 16:16:02 +02:00
Vincent Demeester
a5f3eabf8b
Bump node to version 6 for webui
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-07-21 10:21:04 +02:00
Vincent Demeester
7adffdbd78
Run npm in quiet mode O:)
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-13 16:14:26 +01:00
Fernandez Ludovic
06654ff3a6
chore(webui): better build command
...
- clean before build (mode force)
- update documentation
- update `Makefile`
- ordering build
2016-01-27 22:38:10 +01:00
Fernandez Ludovic
5bfcfeb779
feat: build static file in global process
...
- Create a webui DockerFile
- add task `generate-webui`
- use task `generate-webui` in build process
2016-01-20 23:24:19 +01:00