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

Unify bin/dev script with other js/css installers #35

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

marcoroth
Copy link
Contributor

This Pull Request streamlines the content of the bin/dev script across rails/dartsass-rails, rails/jsbundling-rails and rails/cssbundling-rails so you don't run into conflicts when running installer:

❯ rails dartsass:install
Build into app/assets/builds
       exist  app/assets/builds
   identical  app/assets/builds/.keep

Stop linking stylesheets automatically
        gsub  app/assets/config/manifest.js

Add default app/assets/stylesheets/application.scss
      create  app/assets/stylesheets/application.scss
      append  Procfile.dev

Add bin/dev to start foreman
    conflict  bin/dev
Overwrite /Users/marcoroth/Development/project/bin/dev? (enter "h" for help) [Ynaqdhm] 

This PR applies the changes from rails/cssbundling-rails#93 and rails/cssbundling-rails#98

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.

2 participants