Created
February 10, 2015 15:02
-
-
Save BenjaminNeilDavis/53d24d8f28970efeff24 to your computer and use it in GitHub Desktop.
Testing fuelux changes locally in fuelux-mctheme
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
## Testing fuelux live updates in fuelux-mctheme | |
## Creating a symlinked folder of local version of fuelux inside of mctheme project | |
## In fuelux project that you are making changes - | |
bower link | |
## This symlinked the component for us | |
## In fuelux-mctheme project | |
bower link fuelux fuelux-local | |
## Now in fuelux-mctheme have local fuelux changes | |
## bower_components/fuelux-local | |
What my idea is: | |
1. Setup a different grunt serve to test fuelux changes (grunt serve-fuelux) | |
2. This task would replace the links in the example pages to point to your local copy of fuelux. | |
- I have had a few issues pop up in mctheme that I didnt know about until fuelux went live. | |
I think it would be helpful to see what effect the fuelux changes have on mctheme before getting merged | |
into master. | |
- This way if there is a styling change to be made in mctheme the pull request can be submitted | |
and ready when fuelux pull request is merged in. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment