|
|
|
|
|
by untog
4403 days ago
|
|
I'm confused, you say you don't have to remember and then you say you typed gulp watch. Well you have to type something in order to start your project unless you like using file:/// URLs. "gulp watch" doesn't just run the watch task - it runs the entire dev environment with watch. How do you run multiple projects with Apache? And while setting up these modules is a process, I only really have to do it once - I have a template directory I just copy into a new project. Then everything in the src/ directory gets processed accordingly once I type 'gulp watch'. |
|
Apache serves everything under ~/dev and that's where I stick new client-side projects.