Last active
May 14, 2018 07:59
-
-
Save arjus/aa7b7342db093f05a6256100aababf36 to your computer and use it in GitHub Desktop.
Commands to run if grunt is not working properly
This file contains 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
#After configuring the theme in dev->tools->grunt->configs->themes.js | |
grunt clean | |
grunt exec:theme | |
grunt less:theme | |
#while developing | |
grunt watch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment