Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4099342
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, Aug 18, 15:47 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
43/18/e634fc2574bd27abd3c6f2eeb6da
Default Alt Text
Gruntfile.js (482 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment