This repository was archived by the owner on Feb 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = function(grunt) {
18
18
var testPkg = pkg [ 'web-platform-tests' ] ;
19
19
var w3cPath = path . normalize ( testPkg . path ) ;
20
20
21
- var srcFiles = [ 'pointerevents.js' , ' src/**/*.js'] ;
21
+ var srcFiles = [ 'src/**/*.js' ] ;
22
22
var buildFiles = [ 'Gruntfile.js' , 'build/**/*.js' ] ;
23
23
24
24
var testFiles = [
@@ -84,7 +84,7 @@ module.exports = function(grunt) {
84
84
} ,
85
85
watch : {
86
86
src : {
87
- files : [ 'src/*' , 'pointerevents.js' ] ,
87
+ files : srcFiles ,
88
88
tasks : [ 'build' , 'lint' ] ,
89
89
options : {
90
90
spawn : false
@@ -100,7 +100,7 @@ module.exports = function(grunt) {
100
100
grunt . log . write ( 'Building PEP...' ) ;
101
101
esperanto . bundle ( {
102
102
base : 'src' ,
103
- entry : '../ pointerevents.js'
103
+ entry : 'pointerevents.js'
104
104
} ) . then ( function ( bundle ) {
105
105
var umd = bundle . toUmd ( {
106
106
name : 'PointerEventsPolyfill'
Original file line number Diff line number Diff line change 14
14
"files" : [
15
15
" dist/" ,
16
16
" src/" ,
17
- " pointerevents.js" ,
18
17
" samples/"
19
18
],
20
19
"bugs" : " https://github.com/jquery/PEP/issues" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments