Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consuldemocracy/consuldemocracy Loading
base: 53b511ef5511dcc20b6b81c4bfcf17213277a768
Choose a base ref
...
head repository: consuldemocracy/consuldemocracy Loading
compare: 8ba0db02d9343bd3ad6e61782b3c92e8ea2d8c24
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 6, 2023

  1. Wrap node commands with Capistrano TODO: maybe we can simplify the co…

    …mmand or use it just for assets:precompile
    
    This code is based on what the rvm1-capistrano and capistrano-nvm gems
    do, but simplified a bit to take advantage of the `fnm exec` command.
    
    Since we're currently only using Node to precompile the assets, the
    important command here is `rake` in order to run the `assets:precompile`
    task. I've also included the default commands gems like capistrano-nvm
    use because we will add the `npm` command in the near future.
    javierm committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8ba0db0 View commit details
    Browse the repository at this point in the history
Loading