We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ee156 commit 7a4d8c7Copy full SHA for 7a4d8c7
Gruntfile.js
@@ -162,21 +162,6 @@ module.exports = function(grunt) {
162
}
163
},
164
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
-
180
// The actual compile step: This should collect all the dependencies
181
// and compile them into a single file.
182
requirejs: {
0 commit comments