Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Add sass-glob #20

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

Add sass-glob #20

wants to merge 61 commits into from

Conversation

andrewleaf
Copy link

Add sass-glob

LukeAskew and others added 30 commits April 13, 2015 16:25
Update third-party docs: webpack
When running two instances of Gulp-Ruby-Sass, the outputs get jumbled together. For Instances, both fabricator.css, and toolkit.css would appear in: config.dest + '/assets/toolkit/styles'

Were it not for the rename function in styles:fabricator, the reverse is also true, both fabricator.css and toolkit.css would appear in: config.dest + '/assets/fabricator/styles'

The rename functionality added some of its own hiccups, as sometimes it would turn fabricator.scss into f.css first, and then overwrite it by turning toolkit.scss into f.css. This of course caused fabricator to break.

Upon further research it was discovered to be a known issue in gulp-ruby-sass that is resolved using containers:
https://github.com/sindresorhus/gulp-ruby-sass#container
Update to Gulp-Ruby-Sass Docs to use Containers
Just a couple of minor things to make your project even more awesome than it already is.
I know that is typically a right quote, but it seems a semi colon (which is right next to the right quote) might have been the intended stroke.
Correcting typo on on building-a-toolkit/assets
Adding missing word to the last section of documentation.
Update Browserify reference in assets.html
# Conflicts:
#	dist/assets/fabricator/scripts/f.js
#	dist/assets/toolkit/scripts/toolkit.js
#	dist/assets/toolkit/styles/toolkit.css
#	dist/index.html
"Twitter Bootstrap" => "Bootstrap"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants