Skip to content

Commit 7a4d8c7

Browse files
committed
Remove obsolete Gruntfile config for old browserify plugin
1 parent 93ee156 commit 7a4d8c7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Gruntfile.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,6 @@ module.exports = function(grunt) {
162162
}
163163
},
164164

165-
// Build p5 into a single, UMD-wrapped file
166-
browserify: {
167-
p5: {
168-
options: {
169-
transform: ['brfs'],
170-
browserifyOptions: {
171-
standalone: 'p5'
172-
},
173-
banner: '/*! p5.js v<%= pkg.version %> <%= grunt.template.today("mmmm dd, yyyy") %> */'
174-
},
175-
src: 'src/app.js',
176-
dest: 'lib/p5.js'
177-
}
178-
},
179-
180165
// The actual compile step: This should collect all the dependencies
181166
// and compile them into a single file.
182167
requirejs: {

0 commit comments

Comments
 (0)