Search code examples
zurb-foundationyeomanyeoman-generator-angular

Foundation 5 with Stylus in a Yeoman AngularJS generator project


Is there a Yeoman generator for AngularJS, Stylus and Foundation 5? How can I integrate foundation into a Standard angular-generator created project and replace scss with stylus? :)


Solution

  • Never tried it by my own but there are yeoman generators for Foundation5

    https://www.npmjs.org/package/generator-zf5 https://www.npmjs.org/package/generator-foundation-five

    The angular generator is also available

    https://github.com/yeoman/generator-angular

    For stylus no idea but in the end it's just a special grunt task for processing the CSS files like this one: https://github.com/gruntjs/grunt-contrib-stylus