Code Monkey home page Code Monkey logo

Comments (7)

ialexi avatar ialexi commented on September 6, 2024

You can already do this: Whitelist/Blacklist works on both CSS and JS

Also, do you have Ace in addition to your own theme? If so, if your styling is all custom (rather than a variant of Ace) you don't need it; change it to SC.BaseTheme.create() (instead of AceTheme) and in your build file, set :theme to :theme => 'sproutcore/empty_theme'

from abbot.

joegaudet avatar joegaudet commented on September 6, 2024

OIC, cool. Now I just need the proxying error we keep seeing to get resolved and we will be cooking.

.joe

from abbot.

joegaudet avatar joegaudet commented on September 6, 2024

Which version of Abbot officially had Blacklist support ?

from abbot.

ialexi avatar ialexi commented on September 6, 2024

I think 1.6 may have had some support, but it was broken (in that it used a different format than it should have). 1.7 has support.

from abbot.

joegaudet avatar joegaudet commented on September 6, 2024

On a related note, how do I go about removing the ace theme from the SC build.

I changed my theme to not use ace anymore, but rather EmptyTheme, however it still seems to package / send the ace SC stuff.

Do I need to black list it ?

.joe
On 2011-09-20, at 3:44 PM, Alex Iskander wrote:

I think 1.6 may have had some support, but it was broken (in that it used a different format than it should have). 1.7 has support.

Reply to this email directly or view it on GitHub:
#71 (comment)

from abbot.

ialexi avatar ialexi commented on September 6, 2024

You shouldn't need to... have you changed :theme in your app's build file to be :theme => 'sproutcore/empty_theme'?

from abbot.

ialexi avatar ialexi commented on September 6, 2024

(Ace is just a target like any other; it has to be included via either :required => or :theme =>; by default, all apps default to :theme => "sproutcore/ace", but if that's turned off, there's no reason it should get included)

from abbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.