Quick Example of registering a scheme in TiApp.xml, implementing the code in app.js / alloy.js
UPDATE: With the assets command of the TiCons CLI / Module this can be done even simpeler by calling $ ticons assets or an alloy.ymk using:
task("pre:load", function(event, logger) {
require('ticons').assets();
});
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Version: 0.0.022 | |
| # Please note: This has only been tested on Sublime Text 3 Build 3065 | |
| # Installation: | |
| # 1. Click "Download Gist" | |
| # 2. Put alloy.py in: ~/Library/Application Support/Sublime Text 3/Packages/User/ | |
| # 3. Set your layout to Grid 4 - Go to view > layout > Grid: 4 | |
| # 4. Add to the bliss of working with Alloy... |