Remove `ass` dependency from server.js

- so we can build production deploys with `npm install --production`
- does not seem to affect any of the testing
- `ass` seems to be broken anyways w/ `npm test`
This commit is contained in:
Benson Wong 2014-04-21 17:30:06 -07:00
Родитель dbca2c62e7
Коммит 633c6200e6
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -4,5 +4,4 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
require('ass');
require('./lib/server.js');