Commit 471377d0 authored by Vadym Gidulian's avatar Vadym Gidulian

Closed #4 (Don't optimize font files)

parent f6dddbfd
...@@ -24,7 +24,8 @@ var paths = new function() { ...@@ -24,7 +24,8 @@ var paths = new function() {
this.cssDir = 'css'; this.cssDir = 'css';
this.css = [ this.css = [
this.cssDir + '/**/*.css', this.cssDir + '/**/*.css',
'!' + this.cssDir + '/**/*.min.css' '!' + this.cssDir + '/**/*.min.css',
'!' + this.cssDir + '/**/font-*.css'
]; ];
this.cssOut = this.cssDir; this.cssOut = this.cssDir;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment