Skip to content

Commit 8ae0634

Browse files
authored
Merge branch 'master' into trevj-version-bump
2 parents 23b865b + d373a84 commit 8ae0634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,14 +1300,15 @@ taskManager.add 'test', [
13001300
]
13011301

13021302
# Builds all code, including the "dist" build, but skips
1303-
# linging and testing which can both be annoying and slow.
1303+
# linting and testing which can both be annoying and slow.
13041304
# jshint is here because catches hard syntax errors, etc.
13051305
taskManager.add 'build', [
13061306
'exec:rmIosBuild'
13071307
'exec:rmAndroidBuild'
13081308
'build_chrome'
13091309
'build_firefox'
13101310
'build_cca'
1311+
'samples'
13111312
'jshint'
13121313
'copy:dist'
13131314
'jpm:xpi'

0 commit comments

Comments
 (0)