We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe5a3e commit 05bf078Copy full SHA for 05bf078
grunt/aliases.js
@@ -36,6 +36,11 @@ module.exports = function (grunt, options) {
36
baseTasks['dev'].splice(baseTasks['dev'].indexOf('autotest:unit'), 1);
37
}
38
39
+ if (grunt.option('fontello') === false) {
40
+ grunt.log.writeln("Skipping fontello...");
41
+ baseTasks['build'].splice(baseTasks['build'].indexOf('fontello'), 1);
42
+ }
43
+
44
if (process.env.TRAVIS){
45
baseTasks['test:single'] = ['karma:travis'];
46
0 commit comments