diff --git a/Gruntfile.js b/Gruntfile.js index e878619f..c50bb156 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,9 +47,9 @@ module.exports = function (grunt) { dist: { src: [ '**', - '!*.styl', + '!**/*.styl', '!**/extensions/**', - '!**/*.styl' + '!**/mixins/**' ], cwd: 'static/style', dest: 'dist/tablefilter/style', diff --git a/dist/starter.html b/dist/starter.html index cbb6ccac..f4b52ec1 100644 --- a/dist/starter.html +++ b/dist/starter.html @@ -450,14 +450,21 @@