Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Build: add jsass-vars and completely modularize grunt #89

Closed
wants to merge 1 commit into from

Conversation

arschmitz
Copy link
Contributor

Modular javascript object based compilation of scss varibles

"name": "chassis"
} );
} )
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

man, you waste like no time.
(not a bad thing, I'm just always amazed how quickly you find stuff)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol :p

@arthurvr
Copy link
Contributor

arthurvr commented Jun 9, 2015

That's it for the time being. Love this. Definitely an improvement.

"dependencies": {
"normalize.css": "3.0.3"
},
"dependencies": {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's not much of a deal with including this when it's empty.

"value": "#fadf51",
"name": "Chassis Yellow"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange that JSHint didn't complain about this; missing semicolon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to add this new folder to jscs and jshint done now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah! Awesome!

},
src: "dist/css/*.css"
}
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline

"grunt-npmcopy": "0.1.0",
"grunt-sass": "0.18.1",
"grunt-jscs": "1.8.0",
"grunt-sass": "0.17.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this switched to an older version of grunt-sass?

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.

None yet

4 participants