Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4091439
Gruntfile.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
486 B
Referenced Files
None
Subscribers
None
Gruntfile.js
View Options
/* eslint-env node */
module
.
exports
=
function
(
grunt
)
{
var
conf
=
grunt
.
file
.
readJSON
(
'extension.json'
);
grunt
.
loadNpmTasks
(
'grunt-banana-checker'
);
grunt
.
loadNpmTasks
(
'grunt-eslint'
);
grunt
.
initConfig
(
{
banana
:
conf
.
MessagesDirs
,
eslint
:
{
options
:
{
cache
:
true
},
all
:
[
'**/*.js{,on}'
,
'!node_modules/**'
,
'!vendor/**'
]
}
}
);
grunt
.
registerTask
(
'test'
,
[
'eslint'
,
'banana'
]
);
grunt
.
registerTask
(
'default'
,
'test'
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 18 2026, 11:43 (5 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/3a/fe44cd0130787102b5182c163474
Default Alt Text
Gruntfile.js (486 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment