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

Installs

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