UNPKG
grunto
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
2.0.5
2.0.4
2.0.3
2.0.2
1.4.4
1.4.3
1.4.2
1.4.1
1.3.8
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.2.1
1.2.0
1.0.0
Organize your grunt config!
github.com/aliaksandr-pasynkau/grunto
aliaksandr-pasynkau/grunto
grunto
/
lib
/
index.js
10 lines
(7 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
var
GruntO
=
require
(
'./GruntO'
);
module
.
exports
=
function
(
func
) {
return
function
(
grunt
) {
GruntO
.
run
(grunt, func); }; };