-
Notifications
You must be signed in to change notification settings - Fork 867
Conversation
@colin-marshall : This is awesome! Great job! I will review and test after work today. |
Thanks!!! Looking forward to your feedback. |
@colin-marshall How do I get the foundation.css to minify? I tried to set However the foundation.js is minified with the default setting |
One last question before I leave . . . can you explain the direction given during build
Thanks again for everything! |
@jimlongo56 to get the CSS to minify, you do The part that says to copy the snippet will go away if you add the url to the site you are working on with local development server. You add it towards the top of |
Cool, thanks. |
Here is what I have so far. It's not ready to be merged as I haven't removed Grunt from this branch yet. That's my next task, but here it is so you can see what I have so far @olefredrik.
To make the
gulpfile.js
I modeled the imports, paths, and tasks off of yourGruntfile.js
. The actual logic inside of the tasks is modeled after the gulpfile from the Foundation Zurb Template.I have implemented Browsersync but not LiveReload. It doesn't seem as feasible to have both in Gulp as we did in Grunt. I could be wrong though.
Let me know what you think when you get a chance please! Thanks!