Closed vitstr closed 10 years ago
@vitstr it sound to me like you like certain parts of Headstart, but want to make custom changes, right? Here's how you can do just that:
gulpfile.js
in your local project, as well as package.json
.bin
section, and if wanted, any author related information.(sudo) npm install -g gulp
.(sudo) npm install
. This will create the node_modules
directory for you.Now you can run the tasks from the gulpfile through the regular gulp CLI! Headstart doesn't provide direct access to all of the individual task, but since you've eliminated the custom CLI, you can now run any task. Keep in mind that this thing was built as a whole, so you'd be safer to just run any of the default ones:
gulp build
gulp init
Unless you don't mind picking apart some things of course! :wink:
@flovan yes, I want to make custom changes :)
It works, thanks for the answer :)
Allright, that's good to hear!
Hey, Flovan!
I want to change /usr/local/lib/node_modules/headstart/gulpfile.js the file. How do I override or supplement? Can you save the gulpfile.js file in your local project?
Thanks!