Skip to content

0.1.1

Choose a tag to compare

@mattvr mattvr released this 19 May 23:49
· 22 commits to main since this release

dsbuild 0.1.1

  • Adds support for outputting a hash extension filename (e.g. app.a1b2c3.js instead of app.js, for cache busting)
  • Adds support for concatenating and outputting CSS files (quality-of-life hack, since Deno doesn't support CSS imports, this is moderately better for organization)
  • Other fixes/improvements

Installation:

deno install -frA -n dsbuild https://deno.land/x/dsbuild/mod.ts

Full Changelog: 0.1.0...0.1.1