1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Build fixes and cleanup

This commit is contained in:
Mark McDowall
2017-02-10 22:50:16 -08:00
committed by Taloth Saldono
parent 31b266659e
commit 5b385d9900
19 changed files with 5136 additions and 62 deletions
+7 -1
View File
@@ -1 +1,7 @@
require('./gulp/gulpFile.js');
var phantom = require('./frontend/gulp/helpers/phantom');
if (phantom) {
require('./frontend/gulp/gulpFile.js');
} else {
require('./gulp/gulpFile.js');
}