Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426119
Gruntfile.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
Gruntfile.js
View Options
/*!
* Grunt file
*
* @package ContactPage
*/
'use strict'
;
module
.
exports
=
function
(
grunt
)
{
const
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,json}'
,
'!node_modules/**'
,
'!vendor/**'
]
}
}
);
grunt
.
registerTask
(
'test'
,
[
'eslint'
,
'banana'
]
);
grunt
.
registerTask
(
'default'
,
'test'
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 12:37 (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
42/e2/8155a9f50991186b621858cff408
Default Alt Text
Gruntfile.js (531 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment