-
Notifications
You must be signed in to change notification settings - Fork 51
Build automation #2
Comments
I think we can make a grunt build use it to do a string replace:
|
I've been recently moving my projects off Grunt because of I know this isn't really compatibly with Windows, but I can do all releasing I guess :) |
I have no idea how to create/use/modify a Makefile 😞 What about using Gulp? or npm? |
A Makefile is just a list of tasks in the form of shell-commands that can be triggered through the Also, great intro to npm would work for simple shell commands, but I find it very messy if you want to create tasks that depend on others. Not sure about gulp, like Grunt, it's a layer of complexity I'd like to avoid. |
Another idea: Greasemonkey supports a |
Check out this answer on Stackoverflow about using Powershell in Windows:
|
This is resolved with introduction of |
Ideally, I'd like to run
make patch
and have it (in addition to git tag and package.json) bump this version here too:GitHub-Dark-Script/github-dark-script.user.js
Line 3 in 6c5059a
I'm thinking
sed
might be the way to go, but it won't be compatible with Windows of course.The text was updated successfully, but these errors were encountered: