Lullabot / copelandia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving client/angularjs to leverage ZURB not TWITTER

webthingee opened this issue · comments

It's so much better... any objections to making this change?

I plan to use a slightly different directory structure, but the info http://pburke.de/yeoman-foundation-sass-luv/ is very valid.

No objections.

Plus Plus ++ all the things!

Thanks, but ... now my shit's all broken.
Foundation 4 2013-04-23 16-34-28

Had to do a gem install zurb-foundation. someone neglected to mention that. updated the readme.

Argh, for some reason I was thinking that it would get it because it was in the require in the Gruntfile.js.
Sry Team :(

Zurb needs jquery to work properly (the script functions at least)
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

that is only IF we want to use any of the scripts..

Yeah I was a little shocked at the amount of scripts you added with zurb, especially when they all err out. Let's remove those until/if we actually need them.

as we are moving the prototyping into the angular folder we won't be needing to use zurb (we're building up the framework as we go). So i've removed the files and requirements.

bummer, would have been nice to leave it in there as it provided some extra stuff to work with as we learn angular, seems silly to create an extra branch just to have zurb available. Also would provide as a good guide for things we would want to implement into the wireframing.

there appears to be some issues...
image

Updated readme.
Someone should do a fresh install, on a machine without gems to see if we are all clear.

@micahgodbolt Gruntfile.js, linking to config.rb... love it!!

Grunt provides testing... is there a way to write a test for checking this??? hmmm..... I have never worked with tests, would be a fun hangout problem to solve... @sirkitree ??

The testing (afaik) is limited to what is in the code base. Seeing as gems are a component that is installed on a particular system, I don't know if we can really 'test' for them. I think we just need to modify our install instructions to include whatever gems we're using and keep it up to date.