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
  • 12 years ago
  • 55 minutes ago
  • 12 years ago

Installs

  • Total 151
  • Win 46
  • Mac 71
  • Linux 34
Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31
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