Hello Bob,
I am having a new issue with 1.1.7. I have several CSS files selected
to be automatically updated when I change a dependent file. This
however does not seem to be happening. I don't think I had this issue
with 1.1.4.
Also, is there a way to see which files are configured for the builder
to rebuild automatically? I have two sets within my site and I want to
make sure the correct files are being used.
Thanks for you help!
--- 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)
> > >
> >
> >
> >
>