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
  • 36 minutes ago
  • 11 years ago

Installs

  • Total 151
  • Win 46
  • Mac 71
  • Linux 34
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 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
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