Pixate / Titanium-PixateFreestyle

Titanium Module for Pixate Framework

Home Page:http://pixate.github.com/Titanium-Pixate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time CSS Updates don't work anymore with 2.1.2

robertscherer opened this issue · comments

I use the following code to style in real time css. This doesn't work anymore with 2.1.2.

var PX = require('com.pixate.freestyle');
PX.styleSheetFromFilePathWithOrigin({ 
    monitor: true,
    origin: PX.PXStylesheetOriginUser,
    filename: '/path/to/project/Resources/default.css'
});

This has been fixed in the next build.

I can confirm the issue is fixed, thank you!