bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Web use gulp based proxy instead of go #205

Closed jawher closed 9 years ago

jawher commented 9 years ago

As a bonus, we also get LiveReload for free !

Just run gulp as usual to start serving the app on localhost:9000

$ gulp
[19:13:46] Using gulpfile ~/work/go/src/github.com/bazooka-ci/bazooka/web/gulpfile.js
[19:13:46] Starting 'css:sass'...
[19:13:46] Finished 'css:sass' after 15 ms
[19:13:46] Starting 'serve'...
[19:13:46] Finished 'serve' after 26 ms
[19:13:46] Starting 'default'...
[19:13:46] Finished 'default' after 87 ms
[19:13:46] Server started http://localhost:9000
[19:13:46] LiveReload started on port 35729
jawher commented 9 years ago

I passed the gulpfile through beautifyJs, but did so in a separate commit.

To see the interesting diff, look at this commit: d64e6bb

julienvey commented 9 years ago

awesome !