mberrie
29 Sep 2012, 8:45 PM
Using the @file argument ('Response Files') like so
sencha @input.file
Contents of input.file (working)
compile
# comment
-cl=app.js
concat
-o out.txt
Fail ("[ERROR] String index out of range: 0")
compile
-cl=app.js
concat
-o out.txt
Fail ("[ERROR] String index out of range: 0")
compile
#
-cl=app.js
concat
-o out.txt
sencha @input.file
Contents of input.file (working)
compile
# comment
-cl=app.js
concat
-o out.txt
Fail ("[ERROR] String index out of range: 0")
compile
-cl=app.js
concat
-o out.txt
Fail ("[ERROR] String index out of range: 0")
compile
#
-cl=app.js
concat
-o out.txt