bdkjones / CodeKit2

CodeKit 2 Beta
98 stars 4 forks source link

SCSS @import does work only partially #599

Closed berlindave closed 8 years ago

berlindave commented 8 years ago

Hello Bryan, first to say that I love this CodeKit App, thank you! I got stuck with a problem. I assume it's not a bug. Probably I'm just too stupid, but perhaps you can help me:

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

What I'm doing wrong?

Many thanks in advance! Dave

bdkjones commented 8 years ago

Hi Dave,

If you’re looking to use Foundation, your best bet is to create a new Foundation 6 Project by choosing File > New Project > New Foundation Project. Everything will be installed where it should be and the import paths will be set correctly.

I’m afraid your Dropbox link is broken, so I couldn’t take a look at your project. 

-Bryan

On 4Jan 2016, at 08:28, berlindave notifications@github.com wrote:

Hello Bryan, first to say that I love this CodeKit App, thank you! I got stuck with a problem I assume it's not a bug Probably I'm just too stupid, but perhaps you can help me:

Zipped Example: https://wwwdropboxcom/s/vfbggas7xrbhmbt/ck-weird-behaviourzip?dl=0 The main source file is assets/sass/stylescss It compiles to dist/css/stylecss assets/sass/stylescss imports assets/sass/foundation/_foundationscss assets/sass/foundation/_foundationscss imports several other files I'd expect that these files are also compiled to dist/css/stylecss But the result I'm getting is: /*--------------------------------------------------------------

Foundation

--------------------------------------------------------------/ /*

  • Foundation for Sites by ZURB
  • Version 611
  • foundationzurbcom
  • Licensed under MIT Open Source */ CodeKit 261 (19102), OS 10105 What I'm doing wrong?

Many thanks in advance! Dave

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/599.

berlindave commented 8 years ago

Thank you, Bryan, for your quick reply!

That's what kept me off using the "instant" way for using Foundation 6: I already installed some other files in the project:

Foundation must be installed in a completely empty folder. If you click "Proceed", CodeKit will permanently delete all existing files and folders in this project. Are you sure?


I’m afraid your Dropbox link is broken, so I couldn’t take a look at your project.

I'm sorry, try this one: https://www.dropbox.com/s/vfbggas7xrbhmbt/ck-weird-behaviour.zip?dl=0

Again many thanks, Dave

bdkjones commented 8 years ago

Ok. First things first: you’re trying to compile Foundation 6 with Compass. That’s a definite no. Delete the “config.rb” file and use Libsass instead. Do not use Compass with Foundation 6.

Secondly: this is a non-standard Foundation install. It’s missing a bunch of components that are pulled down by Bower when Foundation is installed properly. That’s likely what’s causing this issue. All you’ve got here is the stylesheets for Foundation. Foundation consists of a bunch of third-party libraries as well as many JavaScript files. Those are all missing.

What you want to do is start fresh. Install Foundation in a new project using CodeKit (or install Foundation manually yourself in a new folder) then move whatever existing files you need into place in that new project.

On 4Jan 2016, at 09:51, berlindave notifications@github.com wrote:

Thank you, Bryan, or your quick reply!

That's what kept me off using the "instant" way for using Foundation 6: I already installed some other files in th project:

Foundation must be installed in a completely empty folder. If you click "Proceed", CodeKit will permanently delete all existing files and folders in this project. Are you sure?

I’m afraid your Dropbox link is broken, so I couldn’t take a look at your project.

I'm sorry, try this one: https://www.dropbox.com/s/vfbggas7xrbhmbt/ck-weird-behaviour.zip?dl=0 https://www.dropbox.com/s/vfbggas7xrbhmbt/ck-weird-behaviour.zip?dl=0 Again many thanks, Dave

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/599#issuecomment-168750369.

berlindave commented 8 years ago

Thank you for your endeavour and your helpful hints! Meanwhile I switched to http://jointswp.com/ as my WP starter theme and it works like a charm. :)