- Updates bundle.js to watch css and js files in root of css and js folder for files that don't get bundled as they are only used in specific pages.
- Updated copy.js to allow copying .css files in 'resources/css' folder to public folder, except files in modules folder which get bundled into styles.css.
- Adds target property to esbuild to allow use of nesting in css files
- Removes support for Sass. CSS modules are now bundled via esbuild and css images are inserted as Data URLs in css. (commit)