TheMangoFactory / bakehouse

Streamlines web pre-processors for Spring resources
http://themangofactory.github.com/bakehouse
21 stars 4 forks source link

Support for Wildcard declarations #12

Open martypitt opened 11 years ago

martypitt commented 11 years ago

This'd be neat:

 <bakehouse:resources type="text/javascript" configuration="javascript">
      <bakehouse:resource src="/resources/dashboard-app/js/*" />
</bakehouse:resources>
martypitt commented 11 years ago

Another good usecase of this is to handle version changes seamlessly.

eg:

 <bakehouse:resource src="/resources/dashboard-app/js/moment-*.js" />

Doesn't require changing when I upgrade from moment-1.7.2 to moment-2.0.0