1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00
This commit is contained in:
Dustin Diaz
2011-04-27 15:14:35 -07:00
commit a1505c4fb0
9 changed files with 216 additions and 0 deletions

24
make/build.js Normal file
View File

@@ -0,0 +1,24 @@
require('smoosh').config({
"JAVASCRIPT": {
"DIST_DIR": "./",
"bowser": [
"./src/copyright.js",
"./src/bowser.js"
]
},
"JSHINT_OPTS": {
"boss": true,
"forin": false,
"curly": true,
"debug": false,
"devel": false,
"evil": false,
"regexp": false,
"undef": false,
"sub": false,
"white": true,
"indent": 2,
"whitespace": true,
"asi": false
}
}).run().build().analyze();