Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F581528
Gruntfile.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
Gruntfile.js
View Options
/* eslint-env node, es6 */
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}'
,
'!{vendor,node_modules}/**'
]
}
}
);
grunt
.
registerTask
(
'test'
,
[
'eslint'
,
'banana'
]
);
grunt
.
registerTask
(
'default'
,
'test'
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 12:54 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9d/95/54cd627a085653fc568a61fa1834
Default Alt Text
Gruntfile.js (482 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment