excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

Fixes build script in package.json #161

Closed dcyoung-dev closed 3 years ago

dcyoung-dev commented 3 years ago

Before the build:css command was being overwritten by the esbuild script. Now the build script will point to the esbuild script, leaving the build:css command to build the CSS assets.

excid3 commented 3 years ago

Good catch @dcyoung-dev 🙏