You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
We use gulp due to legacy reasons -- when assemblyscript does not support package management we have to manually wrangle some path during the compilation process. But yeah good point we should reconsider this @vgrichina
All of the NEAR demos use Gulp as part of the build process, however, the gulpfile tends to be pretty much trivial:
e.g. from https://github.com/nearprotocol/near-hello/blob/master/gulpfile.js
In my own projects, I just build via the following 2-line script, which means I don't have any dependency on Gulp (i.e. less stuff to install):
Is it worth making this a 'first class' feature of near shell?
Or, perhaps exposing this directly via the CLI ...
The text was updated successfully, but these errors were encountered: