Skip to content

Commandline utility to build the @BasicBrowsing addon.

License

Notifications You must be signed in to change notification settings

BasicBrowsing/Buildtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicBrowsing Buildtool

The tool to build, run & translate the BasicBrowsing addon.


Setup

Please follow the Setup Guide before continuing.



Bundling

How to bundle the project to an addon.

deno run                                \
    --allow-all                         \
    --unstable                          \
    --importmap=Buildtool/Imports.json  \
    Buildtool/Source/App.js

This is a temporary way of executing the bundler.