Eddie Monge Jr
Eddie Monge Jr
https://github.com/gruntjs/grunt-contrib-watch/blob/master/docs/watch-examples.md
What config are you using? Whats not working? ``` watch: { babel: { options: { event: ['changed'] }, files: [ 'app/**/modules/*/*.js' ], tasks: [ 'eslint:app', 'newer:babel:dev', 'ngAnnotate' ] } }...
@MichaelDeBoey there is a circular dependency of waiting here: - `eslint-plugin-eslint-plugin` is waiting for `eslint-plugin-node` - This is also directly waiting on `eslint-plugin-node` `eslint-plugin-node`, however is waiting for `eslint-utils` which...
The revision stuff is what Im talking about. If you have an img in a view, usemin doesnt get a chance to update the paths unless there is a lot...
Or Rails 6?
Well if the file isn't a `.json` then it can do a regular regex. If it is a JSON file then it should parse it and not regex it.
Whats your config for setting the pkg version?
Create the blank changelog and then commit it. then it will work.
its a one time add. It should be a separate commit anyway saying you are adding a changelog. After that, its automated. You might have to add changelog.md to your...
`-a` only adds tracked files with changes, not untracked files. Its a different use case then adding untracked files.