Closed giuseb closed 3 years ago
@giuseb Confirm you have this in package.json
"scripts": {
"build": "node esbuild.config.js",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
@gathuku, I did not have this snippet, now it works, thank you.
Shouldn't this be inserted by the jumpstart script, or at least mentioned in the readme?
There's a command for that npm set-script
from npm >= 7.1
. Time to upgrade npm :)
https://github.com/excid3/jumpstart/blob/51f8376c9bad04fed49f10192ace6c9df46c5937/template.rb#L244-L252
Ah, yes, I re-ran the script and found the notice scrolling back, thank you.
May I suggest that, given the output's verbosity, all actionable information be shown at the end of the process, along the To get started with your new app:
block.
Cheers!
@giuseb the suggestion is good, Am sure @excid3 will like it.
My setup:
My attempt:
Anything to do with
jumpstart
? Thanks!