Skip to content

Commit

Permalink
Merge pull request #319 from StackExchange/feature/popperjs
Browse files Browse the repository at this point in the history
Add popover support via Popper.js
  • Loading branch information
aaronshekey authored May 22, 2019
2 parents 07b2018 + 5c70d22 commit 7630854
Show file tree
Hide file tree
Showing 19 changed files with 3,075 additions and 95 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = function(grunt) {
files: {
'dist/js/stacks.js': [
'node_modules/stimulus/dist/stimulus.umd.js',
'node_modules/popper.js/dist/umd/popper.js',
'lib/js/stacks.js',
'lib/js/controllers/**/*.js',
'lib/js/finalize.js'
Expand Down
Loading

0 comments on commit 7630854

Please sign in to comment.