mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
remove bower
This commit is contained in:
parent
57e0eeedc0
commit
d61d5ce0f7
3 changed files with 2 additions and 20 deletions
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"name": "yunohost-admin",
|
|
||||||
"description": "YunoHost Admin web interface",
|
|
||||||
"license": "AGPL-3.0",
|
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
|
||||||
"bootstrap": "3.3.6",
|
|
||||||
"fork-awesome": "1.1.7",
|
|
||||||
"handlebars-helper-intl": "1.1.2",
|
|
||||||
"handlebars": "4.0.11",
|
|
||||||
"sammy": "0.7.6",
|
|
||||||
"js-cookie": "2.1.0",
|
|
||||||
"isotope-layout": "3.0.6",
|
|
||||||
"source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#2.020R-ro/1.075R-it",
|
|
||||||
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#2.010R-ro/1.030R-it"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Bootstrap
|
* Bootstrap
|
||||||
*/
|
*/
|
||||||
@import "../bower_components/bootstrap/less/bootstrap.less";
|
@import "../node_modules/bootstrap/less/bootstrap.less";
|
||||||
|
|
||||||
// Bootstrap variables override
|
// Bootstrap variables override
|
||||||
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
/*
|
/*
|
||||||
* FontAwesome
|
* FontAwesome
|
||||||
*/
|
*/
|
||||||
@import "../bower_components/fork-awesome/less/fork-awesome.less";
|
@import "../node_modules/fork-awesome/less/fork-awesome.less";
|
||||||
|
|
||||||
|
|
||||||
// Fixes
|
// Fixes
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"url": "https://github.com/YunoHost/yunohost-admin"
|
"url": "https://github.com/YunoHost/yunohost-admin"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "bower install",
|
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"build-dev": "gulp build --dev",
|
"build-dev": "gulp build --dev",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
|
|
Loading…
Add table
Reference in a new issue