Skip to content

Commit

Permalink
Move the jQuery popover file to the assets directory (#1666)
Browse files Browse the repository at this point in the history
* Move the jQuery popover file to the assets directory

* Ignore the new location of the jquery.webui-popover
  • Loading branch information
akirk committed Aug 3, 2023
1 parent 5ecbf8c commit d1f3d5d
Show file tree
Hide file tree
Showing 9 changed files with 1,455 additions and 1,452 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**/*.min.js
**/node_modules/**
inline-translation/lib/jquery.webui-popover.js
assets/js/jquery.webui-popover.js
assets/js/inline-translation.js
**/vendor/**
/*.js
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function( grunt ) {
},
concat: {
inline_translation: {
src: [ 'inline-translation/css/jquery.webui-popover.css','inline-translation/css/custom.css' ],
src: [ 'assets/css/jquery.webui-popover.css', 'inline-translation/css/custom.css' ],
dest: 'assets/css/inline-translation.css'
},
},
Expand Down Expand Up @@ -96,6 +96,7 @@ module.exports = function( grunt ) {
},
inline_translation_js: {
files: [
'assets/js/jquery.webui-popover.js',
'inline-translation/lib/*.js',
],
tasks: [ 'browserify' ],
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions assets/css/jquery.webui-popover.min.css

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

0 comments on commit d1f3d5d

Please sign in to comment.