File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- BROWSERS =Firefox,ChromeCanary,Opera
2
-
3
1
test : build/jshint.xml
4
- @NODE_ENV=test ./node_modules/karma/bin/karma start --single-run --browsers $( BROWSERS )
2
+ @NODE_ENV=test ./node_modules/karma/bin/karma start --single-run
5
3
6
4
build/jshint.xml : build
7
5
./node_modules/.bin/jshint --reporter checkstyle ./spec/stacktrace-spec.js ./stacktrace.js > build/jshint.xml
22
20
./node_modules/.bin/uglifyjs2 \
23
21
node_modules/error-stack-parser/dist/error-stack-parser.min.js \
24
22
node_modules/stack-generator/dist/stack-generator.min.js \
23
+ node_modules/es6-promise/dist/es6-promise.min.js \
25
24
node_modules/stacktrace-gps/dist/stacktrace-gps.min.js \
26
25
stacktrace.js -o stacktrace.min.js --source-map stacktrace.js.map
27
26
mv stacktrace.min.js stacktrace.js.map dist/
You can’t perform that action at this time.
0 commit comments