mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Avoid warning by being more precise about *.erb files
This commit is contained in:
@@ -6,6 +6,10 @@ module.exports = function(config) {
|
||||
|
||||
files: [
|
||||
APPLICATION_SPEC,
|
||||
{
|
||||
pattern: 'app/assets/**/*.js.erb',
|
||||
type: 'js'
|
||||
},
|
||||
'app/assets/javascripts/shared/angular-local-storage.js',
|
||||
'app/assets/javascripts/shared/ng-infinite-scroll.min.js',
|
||||
'app/assets/javascripts/shared/angular-slideables.js',
|
||||
|
||||
Reference in New Issue
Block a user