Skip to content
This repository has been archived by the owner. It is now read-only.

Commit f52ff1e

Browse files
committed
cleaning up ,add .gitignore
1 parent db7c630 commit f52ff1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dist/
55
cache/
66
public/js/main.js
77
public/css
8+
public/mode_assets/p5/p5-reference
89
.DS_Store

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,12 @@ gulp.task('p5', function () {
204204
});
205205

206206
gulp.task('getOfflineReference', function(){
207-
208207
// get latest .zip data from p5js website and unzip it.
209208
request('http://p5js.org/offline-reference/p5-reference.zip')
210209
// .pipe(fs.createWriteStream('./public/mode_assets/p5/p5-reference.zip'))
211210
.pipe(unzip.Extract({ path: './public/mode_assets/p5/p5-reference' }))
212211
.on('close', function () {
213-
console.log('offline-Refrence Retrieved!');
212+
console.log('Offline Reference Retrieved!');
214213
});
215214

216215

0 commit comments

Comments
 (0)