Skip to content
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

[refactor] Update to advanced asset pipeline #13

Closed
wants to merge 7 commits into from

Conversation

JuanVqz
Copy link
Member

@JuanVqz JuanVqz commented Dec 4, 2022

I'm using vite_ruby

  • Migrate stylesheets
  • Migrate javascript
  • Migrate images

There are some examples:

Using vite

Using webpack

Fixes #3

@JuanVqz JuanVqz changed the title refactor/3 update to advanced asset pipeline [refactor] Update to advanced asset pipeline Dec 4, 2022
@JuanVqz JuanVqz self-assigned this Dec 4, 2022
@@ -5,7 +5,7 @@
@import "foundation";
@import "foundation-icons";
@import "foundation/functions";
@import "highlight.css";
// @import "highlight.css";
Copy link
Member Author

@JuanVqz JuanVqz Dec 4, 2022

Choose a reason for hiding this comment

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

We should implement the highlight in another way bc the current way is through the ruby language.

<%= Rouge::Themes::ThankfulEyes.render(:scope => '.highlight') %>

Copy link
Member

Choose a reason for hiding this comment

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

The highlight should work,
Here the doc for middleman-syntax

@JuanVqz JuanVqz force-pushed the refactor/3-update-to-advanced-asset-pipeline branch from 7da8ed1 to a68d732 Compare December 4, 2022 04:27
@JuanVqz JuanVqz closed this May 20, 2024
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.

[refactor] Update to advanced asset pipeline
2 participants