UNPKG
grappling-hook
Version:
latest (3.0.0)
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
Pre/Post hooking mechanism
github.com/keystonejs/keystone-hooks
keystonejs/grappling-hook
grappling-hook
/
Gruntfile.js
17 lines
(13 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports =
function
(
grunt
)
{
// Project configuration.
grunt.
initConfig
({
'gh-pages'
: {
options
: {
base
:
'docs'
},
src
: [
'**'
] } });
// Load the plugin that provides the "uglify" task.
grunt.
loadNpmTasks
(
'grunt-gh-pages'
); };