Dropped bower support

This commit is contained in:
Minstel
2019-01-26 22:05:35 +07:00
parent 4f852dbf72
commit 5aed4dbefb
3 changed files with 2 additions and 27 deletions

View File

@@ -18,7 +18,6 @@ Four quick start options are available:
* [Download the latest release](https://github.com/jasny/bootstrap/releases/download/v3.1.3/jasny-bootstrap-3.1.3-dist.zip).
* Clone the repo: `git clone git://github.com/jasny/bootstrap.git`.
* Install with [Bower](http://bower.io): `bower install jasny-bootstrap`.
* Use [cdnjs](http://cdnjs.com/libraries/jasny-bootstrap).
* Install with [Meteor](https://meteor.com): `meteor add jasny:bootstrap`.

View File

@@ -1,20 +0,0 @@
{
"name": "jasny-bootstrap",
"main": [
"./dist/css/jasny-bootstrap.css",
"./dist/js/jasny-bootstrap.js"
],
"ignore": [
"**/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
],
"dependencies": { },
"devDependencies": {
"bootstrap": ">= 3.1.0"
}
}

View File

@@ -43,11 +43,6 @@ base_url: "../"
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
</h4>
<p>Visit us on GitHub to clone or fork the Jasny Bootstrap project.</p>
<h4>
Install with <a href="http://bower.io">Bower</a>
</h4>
<p>Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using <a href="http://bower.io">Bower</a>.</p>
{% highlight bash %}$ bower install jasny-bootstrap{% endhighlight %}
</div>
<h3 id="download-cdn">Jasny Bootstrap @ cdnjs</h3>
@@ -95,7 +90,7 @@ jasny-bootstrap/
<div class="bs-callout bs-callout-danger" id="jquery-required">
<h4>jQuery required</h4>
<p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>. <a href="{{ site.repo }}/blob/v{{ site.current_version }}/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
<p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>.
</div>
</div>
@@ -280,6 +275,7 @@ $('#myMenu').on('show.bs.offcanvas', function (e) {
<h2 id="migration-dropped-v4">What's removed</h2>
<ul>
<li>Starting from this version Jasny Bootstrap is no longer published on Bower.</li>
<li>Inputmask plugin has been removed.</li>
<li>Removed variables customization page in documentation.</li>
<li>By default file icon is removed from file input, though it can be easily added. See <a href="../components#fileinput-examples">Fielinput examples</a>.</li>