ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Hogan Build

by mtdb ST2

Provides build systems for `.mustache` files. Requires hulk (via hogan.js) on OSX and Linux.

Details

  • 2013.02.10.17.17.41
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 151
  • Win 46
  • Mac 71
  • Linux 34
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Mustache build system package for Sublime Text 2

Provides build systems for .mustache files. Requires hulk (via hogan.js).

Installing

With the Package Control plugin: The easiest way to install this package is through Package Control, which can be found at this site: http://wbond.net/sublime_packages/package_control

Installing Requirements

  1. Install Pyhon
  2. Install NodeJS
  3. Install npm(NodeJS Package Manager)
  4. Install hogan.js via npm
npm install -g hogan.js

In Ubuntu

sudo apt-get install node-legacy npm; sudo npm install -g hogan.js

Usage

  1. Open a mustache file
  2. Select Hogan as Build System Tools > Build System > Hogan
  3. Compile a .mustache file (Ctrl-B)
  4. See compiled js file in the same directory

Note: You must add Hogan-X.js at the base of the project. See https://github.com/twitter/hogan.js/tree/master/web/builds

You can access templates with templates variable in your javascript files