webpack / webpack-with-common-libs

webpack with some common libraries
MIT License
340 stars 105 forks source link

Add dev task with dev-server and build altogether #12

Closed amir-rahnama closed 8 years ago

amir-rahnama commented 8 years ago

I had to open two terminal tabs to run both server (with gulp) and builds (dev-builds), but I thought maybe its useful to define a task of its own that runs both of them altogether.

Feedback is of course welcomed.