-
-
Notifications
You must be signed in to change notification settings - Fork 596
How to setup a development enviroment
####Information regarding a normalized development environment setup and project standards for code Should go here.
Make sure you have node.js
, bower
and grunt
installed then run the command below, it'll install all of the needed dependencies for grunt along with all of the uncompressed library files and then build a new version of _bower.js
and _bower.min.js
in the gui/slick/js/
directory.
If you don't have bower
or grunt
installed use npm install -g bower
and/or npm install -g grunt-cli
to install them.
npm install && bower install && grunt
Now that you have everything installed and up to date you'll want to install the new library, to do this we install it via bower and then run grunt to minify it with all of the other libraries.
bower install <package> --save && grunt
Main
Wiki Home
What is SickChill?
Installation/Setup Guides
Donations and support
Installation packages
Contributing
Developers
Debugging
FAQ's and Fixes
Scene exceptions
Settings
Main settings explained
Show settings explained
Remaining settings explained
NZBtoMedia
MetaData
Post-Processing
Quality Settings