ux(): styleguide with auto generated colors generated from the sass variable files

This commit is contained in:
Torkel Ödegaard
2016-02-18 17:25:11 +01:00
parent 252cd4901b
commit 65f9cc986a
8 changed files with 143 additions and 7 deletions

View File

@ -2,7 +2,7 @@
module.exports = function(grunt) {
'use strict';
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight']);
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight', 'styleguide']);
grunt.registerTask('default', [
'jscs',
'jshint',