Move minified script under /dist directory

This commit is contained in:
Faisal Salman 2014-11-04 18:04:49 +07:00
parent a455d7be0d
commit 577ded5272
3 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ echo "Running test..."
$MOCHA_DIR -R nyan test/test.js
echo "Minifying script..."
$UGLIFY_DIR src/ua-parser.js > src/ua-parser.min.js
$UGLIFY_DIR src/ua-parser.js > dist/ua-parser.min.js
echo "OK"

1
dist/ua-parser.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long