Skip to content

Instantly share code, notes, and snippets.

@jbgutierrez
Last active May 13, 2016 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbgutierrez/c15bc3a3440fc57661532f560c59df89 to your computer and use it in GitHub Desktop.
Save jbgutierrez/c15bc3a3440fc57661532f560c59df89 to your computer and use it in GitHub Desktop.
{
"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