jahaziel17 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Group name starting with digit are not supported by XML DSL #906

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Creating a group whose name starts with a digit is not possible when using XML 
DSL. Example:

<groups>
  <group name="3rdparty">
    <js>/script.js</js>
  </group>
</groups>

The above example fails when model is built.

Original issue reported on code.google.com by alex.obj...@gmail.com on 4 Oct 2014 at 11:37