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
2 changed files with 2 additions and 5 deletions
Showing only changes of commit d2317b39be - Show all commits

View file

@ -63,11 +63,10 @@ exit
2. Open command prompt in the root of the project and run the following:
```
python -m pip install -r build\requirements.txt
python build\set_version.py
npm install -g yarn
yarn install
```
3. Change directory to `app` and run the following;
3. Change directory to `src\main` and run the following:
```
yarn install
node_modules\.bin\electron-rebuild

View file

@ -1,6 +1,4 @@
pip install -r build\requirements.txt
python build\set_version.py
# Get the latest stable version of Node.js or io.js
Install-Product node $env:nodejs_version
@ -19,7 +17,7 @@ cd ..
# build ui
cd ui
cd src\renderer
yarn install
npm rebuild node-sass
node_modules\.bin\node-sass --output dist\css --sourcemap=none scss\