Last active
August 29, 2015 14:01
-
-
Save iturgeon/ee2cc3de414549d15636 to your computer and use it in GitHub Desktop.
Materia: Run grunt package on all widgets in source directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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