I am a compass sass beginer.
I don't want to upload this folder to svn, it is not useful at all. how to set compass to move it to other place?
Asked
Active
Viewed 2,333 times
3

Dom Stubbs
- 1,198
- 7
- 15

linjuming
- 2,117
- 4
- 23
- 32
-
why no people answer my question – linjuming Nov 02 '12 at 11:25
-
Old question but here is the correct answer: http://stackoverflow.com/a/14935393/684932 – RaphaelDDL Aug 20 '13 at 16:57
-
@RaphaelDDL: That thread does not answer the question. It only explains why Sass uses a cache in the first place. It doesn't tell you how to exclude it from SVN. The link in the accepted solution is better, and leads you to a solution something like `svn propset svn:ignore '.sass-cache' .` – bergie3000 Feb 25 '14 at 00:48
-
@bergie3000 The link I provided answers the question inside the image, which is "can sass-cache folder be moved to other place?' – RaphaelDDL Feb 25 '14 at 19:25
1 Answers
2
The directory is already in the best place, i.e. with the rest of your Compass files, so it's probably a better idea to just tell SVN to ignore it. It's a long time since I've used SVN but here's a good write up on the svn:ignore property.

Community
- 1
- 1

Dom Stubbs
- 1,198
- 7
- 15