You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-23 22:45:01 +02:00
Build fixes and cleanup
This commit is contained in:
committed by
Taloth Saldono
parent
31b266659e
commit
5b385d9900
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user