mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
New: Forms authentication
This commit is contained in:
parent
7c38fcb9f3
commit
3c756348eb
35 changed files with 707 additions and 81 deletions
|
@ -9,5 +9,5 @@ require('./copy');
|
|||
|
||||
gulp.task('build', function () {
|
||||
return runSequence('clean',
|
||||
['requireJs', 'less', 'handlebars', 'copyIndex', 'copyContent']);
|
||||
});
|
||||
['requireJs', 'less', 'handlebars', 'copyHtml', 'copyContent']);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue