Skip to content

romainmenke/simple-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Bundle

A lazy man's bundler

go get github.com/romainmenke/simple-bundle


I needed a tool to bundle css and js files for golang web projects. I did't want a transpiler and I didn't want to add node as a dependency.

  • it loops over all files in a directory
  • bundles files with the same extension
  • saves to bundle. version

I use it with //go:generate simple-bundle and modd.


Options

  • -h : help
  • -source : source directory
  • -out : output directory
  • trailing args : exclusion -> simple must not contain logic

Simple

Releases

No releases published

Packages

No packages published

Languages