Skip to content

Commit

Permalink
add src/libs into source control
Browse files Browse the repository at this point in the history
This makes sure that any upstream changes or if the file no longer
exists we don't lose the asset.
This directory can still be generated by the `grunt assets` command
  • Loading branch information
thostetler committed Jul 19, 2023
1 parent 549b614 commit a776c2b
Show file tree
Hide file tree
Showing 1,685 changed files with 132,926 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ node_modules
bower_components
git-describe

src/libs
test/coverage
test/reports
test/mocha/sandbox*
Expand Down
3 changes: 2 additions & 1 deletion grunt/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = {
dest: 'src/libs/array-flat-polyfill.js',
},
polyfill: {
src: 'https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver',
src:
'https://raw.githubusercontent.com/que-etc/intersection-observer-polyfill/master/dist/IntersectionObserver.global.js',
dest: 'src/libs/polyfill.js',
},
jqueryui: {
Expand Down
1 change: 1 addition & 0 deletions src/libs/array-flat-polyfill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions src/libs/babel.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/libs/backbone-validation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/libs/backbone.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions src/libs/backbone.marionette.js

Large diffs are not rendered by default.

0 comments on commit a776c2b

Please sign in to comment.