We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23b865b + d373a84 commit 8ae0634Copy full SHA for 8ae0634
Gruntfile.coffee
@@ -1300,14 +1300,15 @@ taskManager.add 'test', [
1300
]
1301
1302
# Builds all code, including the "dist" build, but skips
1303
-# linging and testing which can both be annoying and slow.
+# linting and testing which can both be annoying and slow.
1304
# jshint is here because catches hard syntax errors, etc.
1305
taskManager.add 'build', [
1306
'exec:rmIosBuild'
1307
'exec:rmAndroidBuild'
1308
'build_chrome'
1309
'build_firefox'
1310
'build_cca'
1311
+ 'samples'
1312
'jshint'
1313
'copy:dist'
1314
'jpm:xpi'
0 commit comments