mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added simple automation test.
This commit is contained in:
parent
4defc04026
commit
034f8e8dfd
14 changed files with 272 additions and 14 deletions
14
Gruntfile.js
14
Gruntfile.js
|
@ -186,11 +186,19 @@ module.exports = function (grunt) {
|
|||
files: '<%= handlebars.files.src %>',
|
||||
tasks: ['handlebars']
|
||||
},
|
||||
copyContent : {
|
||||
files: '<%= copy.content.cwd %><%= copy.content.src %>',
|
||||
content : {
|
||||
files: [
|
||||
'**/index.html',
|
||||
'**/*.css',
|
||||
'**/*.png',
|
||||
'**/*.jpg',
|
||||
'**/*.ico',
|
||||
'**/FontAwesome/*.*',
|
||||
'**/fonts/*.*'
|
||||
],
|
||||
tasks: ['copy:content']
|
||||
},
|
||||
copyScripts: {
|
||||
scripts: {
|
||||
files: '<%= copy.scripts.cwd %><%= copy.scripts.src %>',
|
||||
tasks: ['copy:scripts']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue