Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 747 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 747 Bytes

Setup

git submodule init
git submodule update
npm install -g grunt-cli
npm install
bundle install
carton install

Easy usage

build(CSS/JS)

grunt build

publish(Riji)

grunt publish
git commit -av

edit and preview

grunt server

deploy

grunt deploy