Giter Club home page Giter Club logo

bootswatch-dist's People

Contributors

dbtek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bootswatch-dist's Issues

New font file in Bootstrap 3.3.2

Noticed an issue while including 3.3.2-yeti in a new app mockup this morning, in which my browser was complaining about not being able to load a woff2 font file. As it turns out, Bootstrap now includes a new font file.

For my projects, I'm quite happy to stick with 3.3.0 for the moment (before the new font format), just figured I'd log this one here for your reference. :)

Feature request :) Be able to install several themes

It would be nice to be able to install several themes in one project :)
The idea I have is to use different themes for different parts of the page.
For this, it would be necessary to wrap the bootstrap theme CSS like:

.flatly-theme {
  /* bootstrap here */
}

Just a suggestion :)

Provides Bootstrap JS and CSS, not just bootswatch theme

Many Bower packages depend on Bootstrap instead of bootswatch-dist, so installing such a package in combination with bootswatch-dist breaks things like modals (they close very shortly after being triggered, see http://stackoverflow.com/a/16852171 for an explanation -- this was happening to me).

Here's my bower list:

├── FileSaver#24b303f492
├─┬ bootstrap#3.3.2
│ └── jquery#2.1.3
├─┬ bootstrapValidator#0.5.3
│ ├── bootstrap#3.3.2
│ └── jquery#2.1.3
├─┬ datatables#1.10.4
│ └── jquery#2.1.3
├─┬ datatables-bootstrap3#45802ec4d3
│ └── datatables#1.10.4
├── excellentexport#aab78f4173
├── jquery#2.1.3
├── js-xlsx#0.7.11
├── papaparse#4.1.0
├─┬ select2#3.5.2 (latest is 4.0.0-beta.3)
│ └── jquery#2.1.3
└─┬ select2-bootstrap-css#1.4.6
  └── select2#3.5.2 (latest is 4.0.0-beta.3)

When I run bower install bootswatch-dist#yeti --save and then run grunt which uses wiredep to automatically insert script tags into my HTML files, bootstrap.js gets loaded twice, causing problems.

Would it be possible to have this not vendor bootstrap, and just provide the bootswatch CSS to avoid this type of conflict?

Keeping up2date with bower

Hey.

What is the right way to always use the latest version for a specific dist? I am trying to match every 3.x.x version for the -cyborg theme; however, bower always insists on installing bootswatch-dist#3.3.1+2-readable... So I have to use #3.3.4-cyborg for now.

Kind regards, Ingwie

Bootswatch-dist is missing the font files in "main" attribute

bower.json "main" attribute is missing the fonts.

These fonts are present in the official bootstrap bower.json.

In bootswatch-dist's bower.json, these are the missing lines:

"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"

Successfully installed with jspm

I just successfully installed bootswatch (including all themes) with

jspm install npm:bootswatch

For my use case (in the Aurelia framework) I could just include the slate theme like this in my app.html file:

<require from="bootswatch/slate/bootstrap.min.css"></require>

CSS and fonts disappeared from bower main in latest update

only js/bootstrap.js is listed
which has broken my build, I have to override main manually back to:

"css/bootstrap.css",
"js/bootstrap.js",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"

Bower always install yeti

Bower 1.3.9 seems to ignore the version suffix.

Command bower install bootswatch-dist#3.2.0-united --save resolves to 3.2.0-yeti version. This also happens when manually setting dependency in bower.json.

Grunt ignores bootswatch

My gruntfile ignores the dependency in bower and does not install bootswatch-dist. I am able to install other bower components such as jquery, jquery-ui, and etc. Since the only dependency that will not install into my application wwwroot folder is bootswatch, I feel it merits investigation.

Here are the steps to reproduce my problem:

Basic Steps
0. Obtain CTP6

  1. You can use commandline in windows and not CTP6 if you wish. See how
  2. Make sure basic empty application or you can use my open source project here.

How to reproduce problem. Open the commandline of your choice and go to the project root directory.

  1. bower init
  2. npm install grunt -save
  3. npm install grunt-bower-task -save
  4. grunt

What you should see is something like I have outlined here

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.