MadLittleMods / MadLittleMods/gulp-css-spriter

Conditional spriting based on image url

Open
#10 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
38
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Add an option to conditionally filter images based on the image URL

For example, any image with `?__spriter` will be sprited

```
background-image: url('./images/test.png?__spriter');
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the image URL filtering and sprite-generation entry points, then trace how CSS background-image URLs are parsed. Done means URLs containing the `?__spriter` marker are selected for spriting while other images remain unchanged, with coverage for both cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.