jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

Allow building without global gulp #60

Closed mihailik closed 6 years ago

mihailik commented 6 years ago

This allows building pcjs without global gulp-cli --- making it way easier to tinker on any random machine (or temporary VM etc.)

You would just git clone, npm install and finally npm run build.

pcjs $ npm run build

> pcjs@1.66.0 build /Users/***/pcjs-du/pcjs
> gulp

[17:15:38] Using gulpfile ~/pcjs-du/pcjs/gulpfile.js
[17:15:38] Starting 'default'...
[17:15:38] Starting 'concat/c1p'...
[17:15:38] Starting 'concat/leds'...
[17:15:38] Starting 'concat/pc8080'...
[17:15:38] Starting 'concat/pcx86'...

. . .

[17:15:38] Finished 'pcjs-disks' after 2.96 ms
[17:15:38] Finished 'private-disks' after 1.85 ms
[17:15:38] Starting 'disks'...
[17:15:38] Finished 'disks' after 2.19 μs

pcjs $ 
jeffpar commented 6 years ago

Sounds good.