generator-assemble icon indicating copy to clipboard operation
generator-assemble copied to clipboard

Yeoman generator for Assemble, the static site generator built on Grunt.js. Kickstart new Assemble projects in just a few seconds, including templates, data, layouts, and a theme.

Results 7 generator-assemble issues
Sort by recently updated
recently updated
newest added

This would be a secondary request in conjunction with my first request about creating a Foundation Assemble version. Since you're using Bootstrap (default) and when you build out the Foundation...

request
enhancement

Possibly due to a broken 'assemble-contrib-anchors' plugin (task is finished properly when this plugin is not enabled) Plugins enabled: ``` plugins: ['assemble-contrib-anchors','assemble-contrib-permalinks','assemble-contrib-sitemap','assemble-contrib-toc'], ``` Sample log below: ``` Running "clean:0" (clean)...

This line https://github.com/assemble/generator-assemble/blob/master/app/templates/Gruntfile.js#L72 could become ``` data: '/data/**/*.{json,yml}', ``` This would help accommodate the i18n approach out of the box

I just wanted to get this pushed up. we can leave the pr open until everyone things it's good to merge. There is a lot here, but the main thing...

In order to get bower_components copied across I needed to change the path prefix from `cwd: 'bower_components/bootstrap/dist/'` to `cwd: 'app/bower_components/bootstrap/dist/'` for Bootstrap, for example.

## Generator - [x] refactor index.js - [x] update Yeoman and new prompt ### Plugin - [x] plugins already include: default check - assemble-contrib-anchors: true, - assemble-contrib-permalinks: true, - assemble-contrib-sitemap:...

According to Zurb, Foundation runs nicely with Grunt + Assemble. Requesting a version that deploys an app with Foundation.

request
enhancement