sass - CodeIgniter 3.0 with Foundation 5 -


i'm using codeigniter 3.0 , foundation 5. installed sass/scss , compass make working foundation easier.

i'm wondering possible use them together? foundation cli builds new directory of content, have existing ci project i'd integrate with.

i resolved adding empty compass project codeigniter, copied foundation scss , bower_components directories source directory. adding add_import_path src/bower_components/foundation/scss config.rb allow importing of foundation scss.

# require additional compass plugins here. add_import_path "src/bower_components/foundation/scss"  # set root of project when deployed: http_path = "/" css_dir = "src/css" sass_dir = "src/sass" images_dir = "images" javascripts_dir = "src/js" 

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -