删除冗余
parents
Showing
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
source 'https://rails-assets.org' | ||
gemspec |
README.md
0 → 100644
Rakefile
0 → 100644
This diff is collapsed.
Click to expand it.
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
app/assets/javascripts/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/javascripts/bootstrap/npm.js
0 → 100644
app/assets/stylesheets/bootstrap.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/rails-assets-bootstrap.rb
0 → 100644
lib/rails-assets-bootstrap/version.rb
0 → 100644
rails-assets-bootstrap.gemspec
0 → 100644
# coding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'rails-assets-bootstrap/version' | ||
Gem::Specification.new do |spec| | ||
spec.name = "rails-assets-bootstrap" | ||
spec.version = RailsAssetsBootstrap::VERSION | ||
spec.authors = ["rails-assets.org"] | ||
spec.description = "The most popular front-end framework for developing responsive, mobile first projects on the web." | ||
spec.summary = "The most popular front-end framework for developing responsive, mobile first projects on the web." | ||
spec.homepage = "http://getbootstrap.com/" | ||
spec.license = "MIT" | ||
spec.files = `find ./* -type f | cut -b 3-`.split($/) | ||
spec.require_paths = ["lib"] | ||
spec.add_dependency "rails-assets-jquery", ">= 1.9.1", "< 4" | ||
spec.add_development_dependency "bundler", "~> 1.3" | ||
spec.add_development_dependency "rake" | ||
end |
rails-assets-bootstrap.json
0 → 100644
Please
register
or
sign in
to comment