AnantLabs / dirigo-edge

Automatically exported from code.google.com/p/dirigo-edge
0 stars 0 forks source link

squishit list in _layout.cshtml might need to be responsive! #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
couldn't resist the responsive word but adaptive might be better

i added animate:

  .Add("~/Content/themes/base/css/animate.css")

which since u include it could at least sit there commented out but it would be 
nice to devise some sort of way to config what gets used - maybe just create a 
convention that everything in the base dir plus a specified "user" dir gets 
addded?

Original issue reported on code.google.com by sharpbra...@gmail.com on 26 Mar 2013 at 8:12

GoogleCodeExporter commented 9 years ago
The animate.css file isn't compatible with SquishIt. For whatever reason, when 
squishit minifies the file it loses the keyframe animations. 

In order for it to work you'll have to include it separately, outside of the 
concatenated css - preferably minifed using some other third-party application.

Original comment by nuoni...@gmail.com on 26 Mar 2013 at 1:19

GoogleCodeExporter commented 9 years ago
maybe it depends on where it is in the squish list?

i just moved it out independently and there is no change - it animates the
same either way.

i added your comment as a code comment next to the squish code in my cshtml
file, and you might want to update the official source as well to warn
others of this issue... (pending the existence of a future bright with
glorious documentation)

Original comment by sharpbra...@gmail.com on 26 Mar 2013 at 1:49

GoogleCodeExporter commented 9 years ago
I went ahead and added a code comment and link to original source. I'm keeping 
this open as I would prefer to have this fixed in order to minimize http 
requests.

Original comment by nuoni...@gmail.com on 26 Mar 2013 at 2:04

GoogleCodeExporter commented 9 years ago
when i had animate.css in the squishy listy it was near the end either just b4 
or just after mediaqueries.css

you might want to consider testing your animations against the position in 
squishy since those cascading style sheets can um cascade...

in other words i can't reproduce your issue but you might have been using 
different animations - thats all i can think of right now

Original comment by sharpbra...@gmail.com on 26 Mar 2013 at 2:12

GoogleCodeExporter commented 9 years ago
I'm not able to reproduce it working - are you sure the css file is being 
compressed? 

Right now the css files are only compressed if you are in Release mode, or if 
you force it on using ".ForceRelease()" right before .Render().

Currently when in release mode, all keyframe animation information is lost.

Original comment by nuoni...@gmail.com on 1 Apr 2013 at 3:16

GoogleCodeExporter commented 9 years ago
We have moved this to github and updated it significantly.

https://github.com/dirigodev/DirigoEdge

Original comment by justinco...@gmail.com on 13 Mar 2015 at 1:45