bdkjones / CodeKit2

CodeKit 2 Beta
98 stars 4 forks source link

moving bower components #622

Open fiunary opened 7 years ago

fiunary commented 7 years ago

Hello, I would normally keep bower_components above the root directory. Since I can't use CodeKit to concatenate js for Foundation 6.2 yet I have mover the bower_components file into root. I have added the path in CodeKit's general config but compiling SCSS is throwing an error because it can't find @import 'util/util'. Any idea what's wrong here?

bdkjones commented 7 years ago

If you relocate the bower_components folder from the project root folder, you need to modify the @import statements so that they contain relative paths from the base file to the file that's being imported.