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.
2 parents a5800a9 + 05bf078 commit c010e20Copy full SHA for c010e20
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