Trying new package system

This commit is contained in:
Rnhmjoj 2014-09-22 20:08:52 +02:00
parent 677dda8d1c
commit 2b8aa5223d
2 changed files with 1 additions and 11 deletions

View File

@ -5,6 +5,7 @@ Package.describe({
Package.on_use(function (api){ Package.on_use(function (api){
api.use('less'); api.use('less');
api.use('jquery'); api.use('jquery');
api.use('mrt:font-awesome-4-less')
var fonts_path = 'lib/fonts/lato/'; var fonts_path = 'lib/fonts/lato/';
var bootstrap_path = 'lib/bootstrap/'; var bootstrap_path = 'lib/bootstrap/';

View File

@ -1,11 +0,0 @@
{
"name": "flatter-ui",
"description": "Less-only Flat UI that doesn't require javascript",
"homepage": "https://github.com/Rnhmjoj/flatter-ui",
"author": "Michele Guerini Rocco <micheleguerinirocco@me.com>",
"version": "0.2.2",
"git": "https://github.com/rnhmjoj/flatter-ui.git",
"packages": {
"font-awesome": "4.1.0"
}
}