Skip to content

Commit 40696c8

Browse files
committed
Update binary.
1 parent 6ed5092 commit 40696c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ files = src/drupalgap.js\
5050
src/modules/taxonomy/taxonomy.js\
5151
src/modules/views/views.js\
5252

53-
.DEFAULT_GOAL := all
53+
#.DEFAULT_GOAL := all
5454

55-
all: jslint js
55+
#all: jslint js
5656

5757
# Perform a jsLint on all the files.
58-
jslint: ${lintfiles}
59-
gjslint $^
58+
#jslint: ${lintfiles}
59+
# gjslint $^
6060

6161
# Create an aggregated js file and a compressed js file.
6262
js: ${files}

0 commit comments

Comments
 (0)