mirror of
https://github.com/urbit/shrub.git
synced 2024-12-03 05:43:18 +03:00
52cccd4851
gulp.rename just copies files, leaving the original. For minified files, this was navigated by not tracking the -min.js files in git. However, when deploying OTA, the -min.js files are still deployed to all ships. This commit adds 'del' package, and a task to clean up the -min files when done for all current Landscape applications. |
||
---|---|---|
.. | ||
tile | ||
.gitignore | ||
gulpfile.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
urbitrc-sample |
Clock tile for Urbit
To install this on your Urbit planet:
- In your Urbit's Dojo, run |mount %
- Write in the filepath to your Urbit's pier in the urbitrc-sample file in this repository, then copy it to .urbitrc in this directory.
- Run
npm install
in terminal in this directory. - Run
gulp default
in terminal in this directory. - Run |start %clock in your Urbit's Dojo.
To see it, navigate to your Urbit's url and add /~home to the URL path.