-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moved site-setup.scss into partials and site/ folder #89
Conversation
Maybe move the gh page stuff out of master and put it into the gh-pages branch? Then instead of having the site folder you just have a dist folder? Like this: https://github.com/daneden/animate.css |
Hmm, how do you get a dynamically updated |
You can checkout specific files eg:
|
But if this is intended for testing, people won't see their changes reflected until they do the above steps every time. |
It's not for testing, its for the /site folder to be moved from master to gh-pages. /test would stay on the master. |
In my opinion, I think test should stay with the site index -- they are both visual and front-facing assets which consume and demonstrate the library (as opposed to being the actual library) |
Hmm, I'm not so sure, like if you fork the repo and you want to do work on it you'll need the tests but you won't need the gh-site, you'll only need the site stuff if you want to directly work on the site, if that makes sense? |
This is a good point. Let me think it over tonight and I'll get back on this tomorrow 😄 Happy Halloween. Thanks for the input 👻 |
Okay cool. Have a good Halloween! 🎃 |
Any thoughts on this yet? |
Yeah, I think I agree with you :) will work on this tonight. Just going to not be able to use the gulp deploy script set up here |
This will be step 1 in the migration to only the gh-pages branch |
moved site-setup.scss into partials and site/ folder
As I am doing this, I actually changed my mind -- I like how clean gh-pages branch is right now, and moving a build in there is just going to be a headache. |
Removes site bloat from
source/
folder