Commit a473bb65 authored by Tobias Munk's avatar Tobias Munk

fixed bower aliases; updated packages

parent 3be6f33c
Pipeline #27516 passed with stages
in 50 seconds
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
"config": { "config": {
"fxp-asset": { "fxp-asset": {
"enabled": false, "enabled": false,
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"vcs-driver-options": { "vcs-driver-options": {
"github-no-api": true "github-no-api": true
}, },
......
...@@ -18,41 +18,14 @@ ...@@ -18,41 +18,14 @@
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
"reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86", "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
"shasum": "" "shasum": null
}, },
"require": { "require": {
"bower-asset/jquery": ">=1.9.1,<4.0" "bower-asset/jquery": ">=1.9.1,<4.0"
}, },
"type": "bower-asset-library", "type": "bower-asset",
"extra": {
"bower-asset-main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
],
"bower-asset-ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
]
},
"license": [ "license": [
"MIT" "MIT"
],
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [
"css",
"framework",
"front-end",
"js",
"less",
"mobile-first",
"responsive",
"web"
] ]
}, },
{ {
...@@ -108,21 +81,9 @@ ...@@ -108,21 +81,9 @@
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
"reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
"shasum": "" "shasum": null
}, },
"type": "bower-asset-library", "type": "bower-asset"
"extra": {
"bower-asset-main": "punycode.js",
"bower-asset-ignore": [
"coverage",
"tests",
".*",
"component.json",
"Gruntfile.js",
"node_modules",
"package.json"
]
}
}, },
{ {
"name": "bower-asset/yii2-pjax", "name": "bower-asset/yii2-pjax",
......
...@@ -16,6 +16,10 @@ return [ ...@@ -16,6 +16,10 @@ return [
'basePath' => dirname(__DIR__).'/src', 'basePath' => dirname(__DIR__).'/src',
'vendorPath' => '@app/../vendor', 'vendorPath' => '@app/../vendor',
'runtimePath' => '@app/../runtime', 'runtimePath' => '@app/../runtime',
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
],
// Bootstrapped modules are loaded in every request // Bootstrapped modules are loaded in every request
'bootstrap' => [ 'bootstrap' => [
'log', 'log',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment