marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.
Other
11 stars 17 forks source link

README should instruct to run `gulp` #265

Closed patrickmcelwee closed 8 years ago

patrickmcelwee commented 8 years ago

I was initially confused when the page lacked styling. This was because gulp server does not run the less tasks, but the default gulp command does run the server. So, I think we should just tell people in the README to run gulp instead of gulp server

grtjn commented 8 years ago

Don't you need both? That was how the old slush template used to work. gulp for watching js/less changes, and gulp server for launching the middle-tier..

patrickmcelwee commented 8 years ago

No, the default task includes server: https://github.com/marklogic/demo-cat/blob/master/gulpfile.js#L85

grtjn commented 8 years ago

cool, nothing said..