Giter Club home page Giter Club logo

bootstrap_for_pub's People

Contributors

alademann avatar andresaraujo avatar jvarness avatar madisona avatar richerlariviere avatar sethladd avatar stevenroose avatar vicb avatar wil93 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap_for_pub's Issues

Version 4 support

I know it is still 4.0.0-alpha.6, but it would nice to use this package with version 4.

Production would currently work because of the transformer pointing to the CDN, but the local files are at version 3.3.7

`pub build`

Noticed that calling pub build when this package is a dependency does not copy over the css files.

Glyphicons don't work (Run with dartium)

Hello!

I have some problems trying to use the glyphicons.
I have installed the package of bootstrap for dart version 3.3.0+4. When i'm trying to show some glyphicons,it renders a ascii character or similar. For instance the sentence:

renders a rhombus in my screen.
Or when i use , it renders a "[".
It happens with every glyphicons.
I'm using dartium (chromium) to run (and check) the app in Ubuntu 14.04.

Other bootstrap styles-applications works fine, it happens just with glyphicons.
Thanks in advance.
(I'm not sure if this bug comes from the package or from the own bootstrap. Sorry for any inconvenience)

Transformer is not working in "pub build"

I add this code in my index.html

<script src="packages/bootstrap/jquery/jquery.js"></script>
<script src="packages/bootstrap/js/bootstrap.js"></script>

The project works fine in my local machine with pub serve. It's using the path "build/packages/bootstrap/jquery/jquery.js"

After run "pub build" I get this error:

GET http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/jquery/jquery.min.js 403 (Forbidden)
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery
    at bootstrap.min.js:6

It seems that http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/jquery/jquery.min.js is not a valid path. Doesn't exist!

My pubspec.yaml contains:

- bootstrap:
    url: //maxcdn.bootstrapcdn.com/bootstrap/{{version}}
    version: 3.3.7

Any idea? Thanks!

Do not include bootstrap version in the path

The following entry has to be introduced in the html pages to use bootstrap:

<link rel="stylesheet" href="packages/bootstrap_for_pub/3.1.0/css/bootstrap.min.css">

however, due to the fact the the version is in the path ('/3.1.0/'), the user is forced to manually change the html code on each version upgrade. In this case, if the dependency is declared as:

dependencies:
  bootstrap_for_pub: ">=3.1.0+2 <4.0.0"

a simple "pub upgrade" could silently break the application.

Release latest master to pub?

Hi there,

First off, let me say... thanks for your work on this!!!

It appears that the master branch of this repository has a commit that moves from depending on html5lib to html (83b274f).

Are there any plans to pub publish the latest master?

CI

Need to setup continuous integration.

@richerlariviere I think in order to have continuous integration setup for this I would need admin access.

I think I'll set it up on my fork first, include the .travis.yml on a PR, and then you'll need to sign into Travis and flip the switch. If you want the badge and stuff on the README we'll need to update it with that as well.

rename to `bootstrap`?

The bootstrap_for_pub name is a bit awkward - what about just renaming the package to bootstrap?

Getting an error importing bootstrap.bundle.[min].js

Uncaught TypeError: Cannot read property 'fn' of undefined
    at setTransitionEndSupport (bootstrap.bundle.js:115)
    at bootstrap.bundle.js:190
    at bootstrap.bundle.js:192
    at bootstrap.bundle.js:9
    at bootstrap.bundle.js:10
favicon.png Failed to load resource: the server responded with a status of 404 (Not Found)
Navigated to http://localhost:45617/index.html
util.js:68 Uncaught TypeError: Cannot read property 'fn' of undefined
    at util.js:68
    at util.js:10
    at bootstrap.bundle.min.js:6
    at bootstrap.bundle.min.js:6

Are these the latest files?

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.