New http://jastrzebowski.pl website. Development preview on http://dev.jastrzebowski.pl/jastrzebowski
- Install node.js on your system.
- Clone this repository, open console and go to its directory.
- Install grunt-cli globally on your system by typing
npm install -g grunt-cli
. - Type
npm install
to download all dependencies necessary by project. - Run
grunt
command and have fun!
- You can use LiveReload plugin for Chrome or Firefox and stop refreshing your browser ;)
- Latest version should be actually build in
dist/
directory. - After your work is done, stop
grunt
runner and typegrunt build
.
If you want to quickly deploy your site to server, you have to always build project first.
- Please edit
Gruntfile.js
and findscp
task options. - Set up your SSH access and server path.
- Upload site by running
grunt deploy
command.