--- In jslex_group@yahoogroups.com, "Daniel Jones" <djones@...> wrote:
>
> Hello Bob,
>
> I seem to be having an issue with the automatic recreation option in
> v1.1.7.
>
> Once I have selected my CSS files for concatenation I check the
> 'overwrite file' and 'automatically recreate file when one of its
> dependencies changes' option. and the new css files are created.
>
> If I go into the original CSS file and make changes, new files are not
> automatically created. I believe this worked fine with v1.1.4.
>
> Any ideas?
>
> Also, is there a way to view a list of file sets that the builder has
> configured?
>
> --- In jslex_group@yahoogroups.com, "Bob Buffone" <bbuffone@> wrote:
> >
> > Daniel,
> >
> > Thanks for the positive feedback.
> >
> > If the url starts with a '/', 'http://' or 'https://' the url is not
> > touched, so it will not be given quotes. I did change changes to the
> > filenames to be
> >
> > filename.all.css
> > filename.all.css.min.css
> > filename.all.css.min.css.gz
> >
> > they line up better in file viewers that way.
> >
> > Let me know if there is anything else, also I am working on the next
> version
> > of the tool suite that will include more optimizations and Cloud
> (Amazon,
> > Aptana...) tools. If you or someone you know use Amazon Web
> Services, Aptana
> > Cloud or are looking to let me know and I will get you the
upgrade. The
> > tools will make make it a lot easier to get running.
> >
> > Bob (Buffone)
> >
> > On Tue, Dec 30, 2008 at 4:28 PM, Daniel Jones <djones@> wrote:
> >
> > > Hello Robert,
> > >
> > > Thank you! That fixed the problem with the '/' being removed. I did
> > > notice that it no longer adds quotes to any of the urls. Is that the
> > > expected behavior?
> > >
> > > I also noticed a change in the file names. before they were
> > > filename.all.min.css and now they are filename.all.css.min.css.
> > >
> > > Thanks again for such a great tool!
> > >
> > >
> > > --- In jslex_group@yahoogroups.com <jslex_group%40yahoogroups.com>,
> > > "Robert Buffone" <bbuffone@> wrote:
> > > >
> > > > --- In jslex_group@yahoogroups.com
<jslex_group%40yahoogroups.com>,
> > > "Daniel Jones" <djones@> wrote:
> > > > >
> > > > > I am using jsLex (1.1.4) with Aptana to minify and
> concatenation my
> > > > > CSS files.
> > > > >
> > > > > The process is working great however I am having a problem
> with image
> > > > > URLs being rewritten.
> > > > >
> > > > > In my CSS files I have many images referenced as:
> > > > >
> > > > > background:#217715 url(/images/filename.png) top right
no-repeat;
> > > > >
> > > > > However after jsLex runs the reference looks like:
> > > > >
> > > > > background:#217715 url('images/filename.png') top right
no-repeat;
> > > > >
> > > > > Is there any way to stop it from striping off the first '/'?
> > > > >
> > > >
> > > > Daniel,
> > > >
> > > > There is no switch in the UI to stop the URL replacing. The
removal
> > > > of the first slash is a bug in the replacement code. This issue
> > > > should not take long to resolve, I will fix this issue and put
up a
> > > > new version online by tonight. When its ready, I will reply to
this
> > > > post and you can use the eclipse update manager to fetch the new
> > > version.
> > > >
> > > > Thanks for the feedback,
> > > > Bob (Buffone)
> > > >
> > >
> > >
> > >
> >
>
Just saw this message in the spam folder, I will take a look at it.