psychowood/ng-torrent-ui

How to assemble the file webui.zip?

mcka-dev opened this issue · 4 comments

Hi!
I'm trying to pack everything into the archive webui.zip but I did not succeed.

Could you tell me the build steps.

I managed!!!

Installing Node.js on Windows 10

# install packages bower and grunt-cli globally
npm install -g bower grunt-cli

# install dependencies from bower.json
bower install

# Interactively create/change a package.json file
npm init

# install dependencies from package.json
npm install

# build
grunt --force

# change dir
cd .\dist\utorrent\

# pack to file webui.zip
zip.exe -r webui.zip *

Build is currently partially broken (need the --force option to grunt), sorry for that. Anyway, if you run

grunt --force

you'll find webui.zip under releases/utorrent, there's no need to zip it manually. :)

I'm a developer. ;) I need to zip it manually. I repaired now going without --force.

And also added a new Russian translation

Thanks, if you want to send a PR I'll gladly accept it :)