GitXplorerGitXplorer
M

compression_calculator

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6a219ea03a260335ff0cec6ce146c09db7449217

formatting

MMatthewRamirez committed 12 years ago
Unverified
47d904561e26a645da30cbbcf801b887bd285ca9

updated README.md

MMatthewRamirez committed 12 years ago
Unverified
86e7d18e1cb6f737f90c5ee4c9514b4476e3534d

use piston logo as favicon

MMatthewRamirez committed 12 years ago
Unverified
024b113b172ab05c40acfebcdbc3ce295bd89641

ghetto until rewite is working or something

MMatthewRamirez committed 12 years ago
Unverified
eeff013624e8f7400389d28830feee83827cb64e

typo

MMatthewRamirez committed 12 years ago
Unverified
d1c0155764926eac576c3290a652df1e485b4924

readme

MMatthewRamirez committed 12 years ago

README

The README file for this repository.

Compression Calculator

Simple static nanoc site for the Compression Calculator Android app.

Compression Calculator Free

Compression Calculator License

Nanoc Cheat Sheet

Some common nanoc commands that I sometimes(always) forget.

  • To launch dev server - nanoc view
  • To create a new page - nanoc create-item name_of_new_page
  • To create an entirely new web site - nanoc create_site new_site_name
  • To compile the site - nanoc compile
  • To do a practice run of deployment - nanoc deploy --target public --dry-run
  • To deploy - nanoc deploy --target public