Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When selecting statix in Yeoman generator missing comma in Gruntfile #67

Closed
tommaton opened this issue Nov 20, 2015 · 1 comment
Closed

Comments

@tommaton
Copy link

In V6 of Kickoff when using the Kickoff generator and choosing to use Statix a comma is missing from the complie task in the Gruntfile after images.

grunt.registerTask('compile', [
        /* 'checks', / uncomment this line if you want to run linting checks on your SCSS/JS as part of your build*/
        'browserify',
        'postscss',
        'images'
        'copy:statix',
        'assemble',
        'shimly',
        'copy:modernizr'
    ]);
@mrmartineau
Copy link
Member

Thanks @tommaton, it has been fixed in v1.0.1 of the generator. FYI, generator-related issues should probably go in it's repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants