This website requires JavaScript.
Explore
Help
Sign In
deac
/
middleman
Watch
1
Star
0
Fork
You've already forked middleman
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2e2415612a
middleman
/
middleman-core
/
fixtures
/
sass-cache-path-custom-app
/
config.rb
4 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Tests for :sass_cache_path custom config First time working with Cucumber, so perhaps not the best way to do things. * Tests for default setting which stores the .sass_cache directory in Middleman app root. * Tests for custom setting which stores the .sass_cache directory in /tmp directory. Please Note! Unable to test the output of the default .sass_cache location since the directory is stored outside of the app root during testing, but inside app root in "production"
2012-07-16 08:39:26 +02:00
Clean up whitespace, play with cane for testing style quality and code complexity
2012-08-14 00:39:06 +02:00
set
:sass_cache_path
,
File
.
join
(
'/tmp'
,
"
#{
File
.
basename
(
Dir
.
pwd
)
}
-custom-sass_cache_path
"
)
Reference in a new issue
Copy permalink