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
/
tasks
/
uglify.js
12 lines
(11 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports =
function
(
grunt
)
{ grunt.config.
merge
({
uglify
: {
build
: {
files
: {
'dist/jquery-beacons.min.js'
:
'dist/jquery-beacons.js'
} } } }); };