UNPKG
jquery-beacons
Version:
latest (2.0.0)
2.0.0
React when elements scroll into view.
github.com/cobbdb/jquery-beacons
cobbdb/jquery-beacons
jquery-beacons
/
gruntfile.js
11 lines
(9 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
=
function
(
grunt
) {
require
(
'matchdep'
).
filterDev
(
'grunt-*'
).
forEach
(grunt.
loadNpmTasks
); grunt.
loadTasks
(
'tasks'
); grunt.
registerTask
(
'default'
,
'Full build suite.'
, [
'jshint'
,
'browserify:bundle'
,
'uglify'
]); };