1

I think using skip.slice=1 when running

sencha app build

should still generate a .css file on the build/production folder but that is not the case with CMD 6.1.1.76

Am I missing something ?

I want to skip slicing images as I won't be supporting old browsers but obviously I still want to generate the proper css file.

code4jhon
  • 5,725
  • 9
  • 40
  • 60

1 Answers1

0

I've tried it on a clean workspace and it generates CSS in a production build. Have you installed the Compass extension for Sencha Cmd? I've had some problems when I left this deselected on installation.

  • Yes, I did install the extension. For me when setting skip.slice=1 it does generate a css file but it's completely empty and my understanding is that slice-images task only creates images for old browsers so it should still build the css but that's not the case for me. – code4jhon Apr 06 '16 at 18:20