Update file structure to follow electron-webpack guidelines #791

Merged
IGassmann merged 3 commits from restructuring into master 2017-11-28 01:26:06 +01:00
3 changed files with 1 additions and 8 deletions
Showing only changes of commit 1d9a5d90cf - Show all commits

View file

@ -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

View file

@ -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\