Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fossfreedom opened this issue Jun 21, 2021 · 0 comments
Open

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

fossfreedom opened this issue Jun 21, 2021 · 0 comments

Comments

@fossfreedom
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant