Skip to content

Commit

Permalink
Move bootstrap from vendor + broccoli to 'just a static file' (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Aug 12, 2024
1 parent 4ac4d48 commit f621ada
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

{{content-for "head"}}

<link integrity="" rel="stylesheet" href="{{rootURL}}bootstrap.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-performance.css">

Expand Down
2 changes: 0 additions & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ module.exports = function (defaults) {
},
});

app.import("vendor/bootstrap.css");

return new MergeTrees(
[
app.toTree(),
Expand Down
File renamed without changes.

0 comments on commit f621ada

Please sign in to comment.