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
  • 1 hour ago
  • 11 years ago

Installs

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