Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f42987994d | ||
|
b6a722492c | ||
|
cadd50b4f2 | ||
|
e4069b4078 | ||
|
8ee302a448 | ||
|
a83b65a7d1 | ||
|
6aad476ed7 | ||
|
2b8aa5223d | ||
|
677dda8d1c | ||
|
61b58dcc85 |
10
package.js
10
package.js
@ -1,10 +1,14 @@
|
||||
Package.describe({
|
||||
summary: "Less-only Flat UI that doesn't require javascript"
|
||||
summary: "Less-only Flat UI that doesn't require javascript",
|
||||
name: 'mrt:flatter-ui',
|
||||
git: 'https://github.com/Rnhmjoj/flatter-ui.git',
|
||||
version: '0.2.4'
|
||||
});
|
||||
|
||||
Package.on_use(function (api){
|
||||
api.use('less');
|
||||
api.use('jquery');
|
||||
api.use('less@1.0.8');
|
||||
api.use('jquery@1.0.0');
|
||||
api.use('mrt:font-awesome-4-less@4.3.9')
|
||||
|
||||
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.1",
|
||||
"git": "https://github.com/rnhmjoj/flatter-ui.git",
|
||||
"packages": {
|
||||
"font-awesome": "4.1.10"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user