You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
]);
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: