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
git pull origin master
npm run clean
npm run build
if you have perl and make in PATH, then "sjcl" should build without any errors
./dist directory should exist and contain an unpacked webextension, which you can install in your web browser for testing, or use your web browser to pack into a self-signed extension
quick note for context: in the issue this comment was taken from, the person i was replying to already had a local git repo cloned from github (as origin) that was behind by (at least) one commit.. which they needed to pull to fix the issue at hand; any documentation would (of course) start from scratch in a clean directory.
perl
andmake
inPATH
,then "sjcl" should build without any errors
./dist
directory should exist and contain an unpacked webextension,which you can install in your web browser for testing,
or use your web browser to pack into a self-signed extension
Originally posted by @warren-bank in #300 (comment)
The text was updated successfully, but these errors were encountered: