Skip to content

Conversation

@trymebytes
Copy link
Contributor

@trymebytes trymebytes commented Aug 28, 2023

Add the dependencies (from local branch) needed for the site tour to work to this PR.
The site-tour feature needs the jquery-popover to work, and the jquery-popover plugin has been added in this PR.

@trymebytes trymebytes marked this pull request as draft August 28, 2023 21:02
amieiro and others added 2 commits August 30, 2023 05:12
* Add GP_SCRIPT_DEBUG to load the unminified CSS and JS

* Update the default value for GP_SCRIPT_DEBUG to true

* Update the Grunt action to minify a JS file and add a Grunt action to copy a JS and a CSS file

* Add 3 files to the conditional loading: 2 CSS and 1 JS

* Add the browserify action to the Grunt workflow

* Add a concat action in the Grunt file to concat the CSS from inline-translation

* Watch inline translation files

* Use concat in favor of copy

* Not part of the inline translation css

* typo

* typo

* remove grunt-contrib-copy

* remove unnecessary line

* unification

* whitespace

* Update browserify destination

* Update the location to load the inline-translation JS file

* Remove the Makefile file, because all its work is now in the Grunt file

---------

Co-authored-by: Alex Kirk <[email protected]>
* Move the jQuery popover file to the assets directory

* Ignore the new location of the jquery.webui-popover
@trymebytes trymebytes requested review from akirk and amieiro September 4, 2023 11:44
@trymebytes trymebytes marked this pull request as ready for review September 4, 2023 11:45
@akirk akirk added this to the 4.0 milestone Sep 4, 2023
Copy link
Member

@amieiro amieiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have added 2 dependencies in the package.json file:

    "grunt-browserify": "^6.0.0",
    "grunt-contrib-concat": "^2.1.0",

but you don't have the updates in the Gruntfile.js to use them. I think you need to get this update from this commit.

@trymebytes trymebytes requested a review from amieiro September 13, 2023 15:40
@trymebytes trymebytes merged commit 5c53b68 into develop Sep 13, 2023
@trymebytes trymebytes deleted the tour-prep branch September 13, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants