Closed patrickmcelwee closed 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..
No, the default task includes server
: https://github.com/marklogic/demo-cat/blob/master/gulpfile.js#L85
cool, nothing said..
I was initially confused when the page lacked styling. This was because
gulp server
does not run theless
tasks, but the defaultgulp
command does run the server. So, I think we should just tell people in the README to rungulp
instead ofgulp server