Code Monkey home page Code Monkey logo

Comments (4)

jaimeeee avatar jaimeeee commented on June 21, 2024

Also, deleting the ../css folder seems to fix it.

But, just entering the global settings without saving anything or applying changes to the current files makes the ../css folder again and compiles the style.css file in there, and in the selected project's settings folder. Compiling it a second time without deleting the folder makes the style-ck.css file, but it compiles on the 3 locations: /public/style.css, ../css/style.css and ../css/style-ck.css.

This is the codekit3.config file relevant to this:

  "languageDefaultsSASS": {
  "autoOutputAction": 0,
  "autoOutputPathFilenamePattern": "*.css",
  "autoOutputPathRelativePath": "\/public\/css",
  "autoOutputPathReplace1": "sass",
  "autoOutputPathReplace2": "css",
  "autoOutputPathStyle": 1,
  "createSourceMap": 0,
  "debugStyle": 0,
  "decimalPrecision": 10,
  "outputStyle": 3,
  "shouldRunAutoprefixer": 0,
  "shouldRunBless": 0,
  "useLibsass": 1
  },
  "\/public\/css\/style.css": {
    "fileType": 16,
    "inputAbbreviatedPath": "\/public\/css\/style.css",
    "outputAbbreviatedPath": "\/public\/css\/style-ck.css",
    "outputAction": 1,
    "outputFlags": 0,
    "shouldRunAutoprefixer": 0,
    "shouldRunBless": 0
    },

from codekit.

bdkjones avatar bdkjones commented on June 21, 2024

In your "steps to reproduce", did you click the "Apply Changes to Existing Files" button after modifying your project settings? If not, the existing files in the project did NOT adopt the new output paths; they would still have been using whatever output paths were set before you changed the project settings—likely the global defaults for new projects.

from codekit.

jaimeeee avatar jaimeeee commented on June 21, 2024

I did, that's why I copied the codekit3.config stuff, it is already in the config that it should do that.

Also, talking about that button, it doesn't give any feedback at all, it looks weird. It appears like it is only being pressed but it doesn't really work (really quick focus state).

And it looks like the style-ck.css it is processed as if the global's compiled file was the one being modified.

from codekit.

bdkjones avatar bdkjones commented on June 21, 2024

It is not possible for CodeKit to "use the global settings". The defaults for new projects are never accessed once a project is created. They're used at the time a new project is added to the app without an existing config file.

As such, I'm having trouble understanding this issue. I need a screencast walking me through the issue step-by-step, please. Thanks!

from codekit.

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.