Skip to content

Instantly share code, notes, and snippets.

@iturgeon
Last active August 29, 2015 14:01
Show Gist options
  • Save iturgeon/ee2cc3de414549d15636 to your computer and use it in GitHub Desktop.
Save iturgeon/ee2cc3de414549d15636 to your computer and use it in GitHub Desktop.
Materia: Run grunt package on all widgets in source directory
find source -type d -d 1 -exec basename {} \; | xargs -I % -n 1 grunt package --widget=%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment