UbuntuBudgie / pocillo-gtk-theme

GTK+ 3.22 & GTK+ 4 based theme for the Budgie Desktop that has Material Design elements and styled using the Arc colour palette
https://ubuntubudgie.org
GNU General Public License v2.0
47 stars 10 forks source link

Investigate npm pack for offline (i.e. debian) packaging #35

Open fossfreedom opened 3 years ago

fossfreedom commented 3 years ago

Building from source on launchpad means no network access - so we cannot use "npm install -g sass" to install the dart-sass stuff needed for the build.

Lets investigate https://stackoverflow.com/questions/23250805/how-to-install-nodejs-project-locally-without-internet-connection

i.e. add the tgz pack file in the debian folder and install via npm install ./debian/...tgz file

Then the build I'm guessing should hopefully work meaning we don't need to ship pre-compiled theme files.