Skip to content

Commit

Permalink
Configure for dartsass-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Dec 17, 2023
1 parent d7b3666 commit efd6294
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ yarn-debug.log*
.gitignore_local

/config/master.key

/app/assets/builds/*
!/app/assets/builds/.keep
5 changes: 3 additions & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: bin/webpack-dev-server
api: bundle exec rails server -p 3000
js: bin/webpack-dev-server
web: bundle exec rails server -p 3000
css: bin/rails dartsass:watch
Empty file added app/assets/builds/.keep
Empty file.
2 changes: 1 addition & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_tree ../builds
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Sassy

0 comments on commit efd6294

Please sign in to comment.