Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Bootstrap Update Breaks Things #49

Open
james-logan opened this issue Jun 16, 2015 · 5 comments
Open

Bootstrap Update Breaks Things #49

james-logan opened this issue Jun 16, 2015 · 5 comments
Labels

Comments

@james-logan
Copy link

Hey guys, a bootstrap update that got released a few hours ago is causing this to break. Bootstrap is no longer being added to the destination files when bower-concat is run.

Here's the update which I think is the culprit: twbs/bootstrap@3886198#diff-0a08a7565aba4405282251491979bb6b

They removed dist/css/bootstrap.css from their main files.

Thanks,
James

@mattfili
Copy link

Having the same issue, seems to be breaking wire-dep as well.

@afmacedo
Copy link

+1

@sapegin sapegin added the bug label Jun 19, 2015
@james-logan
Copy link
Author

bower_concat: {
      main: {
        dest: 'public/lib/build.js',
        cssDest: 'public/lib/build.css',
        mainFiles: {
          bootstrap: 'dist/css/bootstrap.min.css'
        }
      }
    }

Here's a work around for the time being in my Gruntfile.js. Inside of 'main' I added 'mainFiles' to indicate a specific file to search for.

@sscotth
Copy link

sscotth commented Jun 22, 2015

Relevant Issues:
twbs/bootstrap#16663
bower/spec#43
bower/spec#47

@kuonirat
Copy link

kuonirat commented Jul 7, 2015

@james-logan thanks for the workaround, but I think the js should be included as well if this is supposed to work as before the broken update:

mainFiles: {
    bootstrap: [ 'dist/css/bootstrap.min.css', 'dist/js/bootstrap.min.js' ]
}

One might want to include the glyph fonts too, since: twbs/bootstrap@6cb9d6c was also made without a version bump.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants