lundi 23 février 2015

Changing the output css file.

Hi

We're trying to add version to our built files but where's having trouble with the css. Something like this:



Code:



...
"production": {
"output": {
...
"css": "${app.output.resources}/${app.name}-${app.version}.css"
...
},
},
...

or this:


Code:



...
"production": {
"output": {
...
"css": {
"path": "${app.output.resources}/${app.name}-${app.version}.css"
},
...
},
},
...

seems like it should change where the css is output too. Similar things also worked for our manifest and javascript. But the css just seems to ignore it completely. Is there something I'm missing?

This is with Ext JS 5.1.0.107 and Sencha cmd 5.1.2.52






Changing the output css file.

Aucun commentaire:

Enregistrer un commentaire