mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
chore:(build) change build scripts to handle changes in extensions
This commit is contained in:
parent
a1bf9e2064
commit
92d436369d
2 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ exports.default = function() {
|
|||
watch([`src/**/*.{jinja,html,css,svg}`], { events: 'all' }, (cb) => {
|
||||
console.log("Change in source folder")
|
||||
|
||||
src(`src/cryptoadvance/specter/**/*.{jinja,html,css,svg}`)
|
||||
.pipe(dest(`.env/lib/python3.10/site-packages/cryptoadvance/specter/`))
|
||||
src(`src/cryptoadvance/**/*.{jinja,html,css,svg}`)
|
||||
.pipe(dest(`.env/lib/python3.10/site-packages/cryptoadvance/`))
|
||||
.pipe(livereload()) // trigger update
|
||||
|
||||
cb();
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/cryptoadvance/specter/templates/**/*.{html,js,jinja}"],
|
||||
content: ["./src/cryptoadvance/**/*.{html,js,jinja}"],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ["Social", "sans-serif"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue