pass minified to initialize function

This commit is contained in:
Keegan
2016-02-09 17:20:37 -08:00
parent 6f182b7358
commit 146938abe5
3 changed files with 13 additions and 7 deletions
+3 -2
View File
@@ -8,7 +8,7 @@
},
"scripts": {
"test-travis": "./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI && ./node_modules/.bin/eslint ./",
"test-debug": "DEBUG=true && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run",
"test-debug": "(export DEBUG=true && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run)",
"test": "./node_modules/.bin/karma start ./test/karma.conf.js --single-run",
"lint": "./node_modules/.bin/eslint ./",
"build": "gulp"
@@ -28,7 +28,6 @@
},
"homepage": "https://github.com/pebble/clay#readme",
"devDependencies": {
"pebble-clay-components": "git+https://github.com/pebble/clay-components.git#master",
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
@@ -52,6 +51,8 @@
"karma-source-map-support": "^1.1.0",
"karma-threshold-reporter": "^0.1.15",
"mocha": "^2.3.4",
"pebble-clay-components": "git+https://github.com/pebble/clay-components.git#master",
"sassify": "^0.9.1",
"sinon": "^1.17.3",
"stringify": "^3.2.0",
"vinyl-source-stream": "^1.1.0",