calebds / healthy-gulp-angular

A starting point for Gulp + Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation 6 ?

fulup-bzh opened this issue · comments

Foundation just announced the version 6. Would be nice to get the latest version integrated http://foundation.zurb.com/sites-6-docs/installation.html

Note that version 6 already propose a template for Angular, but it is far less advanced than your and especially does not propose the dual Production/Debug mode.

I just posted a fork to support Foundation-6 for app: https://github.com/iotbzh/healthy-gulp-angular-foundation6

No big changes nevertheless as now Foundation proposes with "Foundation6-App" a built-in integration for Angular, the global process is somehow simplified. I changed Gulp to reflect Foundation6 and updated few NPM modules to support both debug and production mode. Getting ngHtml2js to work smoothly with angularFilesort was the trickiest part :)

Everything else is only cosmetic. I updated samples to reflect a more widget/component approach and better prepare ourself for Angular2 that as today is still in early alpha but should arrive in 2016.