-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate CSS and JS from jinja templates #82
Comments
List of templates that seem to have JS in them:
|
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
There doesn't seem to be any CSS rules declared in templates, but lots of in-line styling. This could be replaced by the use of Bootstrap 4 classes, but given these can change between Bootstrap versions it might make more sense to do during a Bootstrap version update. There are also some HTML issues (attributes not enclosed in quotes, etc.) I found using |
* Moved Javascript from templates to separate files * Fixed issue with bundling of tasks.js * Added Javascript/CSS bundling for plot formats count report page * Removed hashes from bundle filenames * Fix base URL in reports.js * Remove unneeded CSS
PR merged. |
Related to #43
The text was updated successfully, but these errors were encountered: