Trying new package system
This commit is contained in:
parent
677dda8d1c
commit
2b8aa5223d
@ -5,6 +5,7 @@ Package.describe({
|
||||
Package.on_use(function (api){
|
||||
api.use('less');
|
||||
api.use('jquery');
|
||||
api.use('mrt:font-awesome-4-less')
|
||||
|
||||
var fonts_path = 'lib/fonts/lato/';
|
||||
var bootstrap_path = 'lib/bootstrap/';
|
||||
|
11
smart.json
11
smart.json
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user