Update file structure to follow electron-webpack guidelines #791
3 changed files with 1 additions and 8 deletions
|
@ -66,11 +66,8 @@ python -m pip install -r build\requirements.txt
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
<<<<<<< HEAD
|
|
||||||
3. Change directory to `src\main` and run the following:
|
3. Change directory to `src\main` and run the following:
|
||||||
=======
|
|
||||||
3. Change directory to `src\main` and run the following;
|
|
||||||
>>>>>>> dbf0fae5... Update file structure to follow electron-webpack guidelines
|
|
||||||
```
|
```
|
||||||
yarn install
|
yarn install
|
||||||
node_modules\.bin\electron-rebuild
|
node_modules\.bin\electron-rebuild
|
||||||
|
|
|
@ -17,11 +17,7 @@ cd ..\..
|
||||||
|
|
||||||
|
|
||||||
# build ui
|
# build ui
|
||||||
<<<<<<< HEAD
|
|
||||||
cd src\renderer
|
cd src\renderer
|
||||||
=======
|
|
||||||
cd main\renderer
|
|
||||||
>>>>>>> dbf0fae5... Update file structure to follow electron-webpack guidelines
|
|
||||||
yarn install
|
yarn install
|
||||||
npm rebuild node-sass
|
npm rebuild node-sass
|
||||||
node_modules\.bin\node-sass --output dist\css --sourcemap=none scss\
|
node_modules\.bin\node-sass --output dist\css --sourcemap=none scss\
|
||||||
|
|
Loading…
Reference in a new issue