issues Search Results · repo:componentjs/builder.js language:JavaScript
Filter by
106 results
(73 ms)106 results
incomponentjs/builder.js (press backspace or delete to remove)Using builder.js 0.12.0 get url like this:
background-image: url( url(data:image/png;base64,iVBOR
Same issue as https://github.com/component/component/issues/550
chemzqm
- 2
- Opened on Apr 19, 2014
- #174
apparently it does not. though i m not sure if you guys are still maintaining 0.10
jonathanong
- 1
- Opened on Mar 3, 2014
- #173
With the latest builder, it seems like it s still trying to require a javascript file for css only components, thus
throwing a:
Uncaught Error: Failed to alias component-aurora/index.js , it does not ...
bmcmahen
- Opened on Mar 1, 2014
- #172
On my Mac, it seems that everything is working. On my friend s ubuntu computer, it keeps on giving the error
Error: failed to resolve dom s dependency yields-isArray
and
Error: failed to resolve ...
azhang
- 2
- Opened on Feb 22, 2014
- #171
// Build styles.
var prefix = ;
builder.use(rewriteUrls(prefix));
builder.use(concat( styles ));
// Build fonts.
builder.use(copy( fonts , ./build/ ));
I m trying to rewriteUrls font urls so that ...
azhang
- Opened on Feb 19, 2014
- #166
I d like to be able to write plugins that can operate on both the individual component styles and the final bundle. At
the moment, you can t seem to use something like rework-vars because you don t have ...
necolas
- Opened on Feb 17, 2014
- #164
My application has been structured with several root dirs such as layouts , routes and partials . Under each of those
directories, each directory is a separate component, thereby keeping each package s ...
dominicbarnes
- 2
- Opened on Feb 13, 2014
- #162
In 0.12 breaking changes where made and the docs seem out of date. I get TypeError: Object # Build has no method hook ]
for plugins when using 0.12.
necolas
- 2
- Opened on Feb 8, 2014
- #161
I m trying to put together a builder plugin to assemble images into a sprite during the build, but can t seem to inject
images, only styles.
Using component 0.19 (w/ builder 0.10) Builder#addFile( images ...
dominicbarnes
- 3
- Opened on Feb 6, 2014
- #160

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.