Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output SASS and sprite to different directories config issues #69

Open
ghost opened this issue May 15, 2015 · 3 comments
Open

Output SASS and sprite to different directories config issues #69

ghost opened this issue May 15, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented May 15, 2015

Hi,

This is probably a configuration issue on my part but I am trying to generate a sprite and put in it my img dir and place the sass file in my sass dir.

I have tried a multitude of options but I cannot seem to get the correct set. Can you offer any guidance on how to use the lib?

I am using Grunt.

@aslansky
Copy link
Owner

Could you give me the part of the grunfile you are using? Than I can have a look.

@ghost
Copy link
Author

ghost commented May 19, 2015

{
    "options": {
        "processor": "sass",
        "orientation": "vertical",
        "margin": 4,
    "cssPath": "../img/"
    },
    "dev": {
        "options": {        
            "style": "src/sass/sprite.scss"
        },
        "src": "src/img/*.png",
        "dest": "src/img/sprite"
    }
}

@aslansky
Copy link
Owner

Thanks, I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant