{ | |
"filter_execute": { | |
"\\.coffee$": { | |
"cmd": "webpack-versioner.sh $file $file_path/versions.manifest.json", | |
"shell": true | |
} | |
}, | |
"build_on_save": 1 | |
} |
#!/usr/bin/env bash -x | |
echo $(webpack-versioner $*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment