Created
September 13, 2013 14:25
-
-
Save Hagith/6551451 to your computer and use it in GitHub Desktop.
grunt
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
web-build ./ -e "node_modules*" -e "nbproject*" -e ".git*" -e "Gruntfile.js" -e "package.json" -e "/.*" --output .build ./ | |
cd .build/ | |
web-signing -p r.galka | |
web-packaging -o -n ../shabetteconcier.wgt ./ | |
web-install -w widget.wgt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment