actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Compile files only into dist directory #47

Closed janpanschab closed 8 years ago

janpanschab commented 8 years ago

With BrowserSync we can serve files from more directories. So in both development and production mode we can compile all files (CSS, JS, HTML) into dist folder and serve it from this place. This should simplify the code a bit.

/cc @vbulant

janpanschab commented 8 years ago

Done