Skip to content

Add support for Grunt and Compass #9

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

Merged
merged 6 commits into from
Jul 15, 2013
Merged

Add support for Grunt and Compass #9

merged 6 commits into from
Jul 15, 2013

Conversation

sheabunge
Copy link
Member

Compass, along with Sass, would make the CSS stylesheets included with this plugin much easier to maintain. Additionally, Compass provides functions that can automatically convert SVG files into inline base64 code for the MP6 icon

Grunt is a task runner that can run build tasks such as JSHint, Compass and UglifyJS. UglifyJS could be used to compress all of the CodeMirror scripts into a single file and save page load times.

Use UglifyJS to compress CodeMirror scripts
Lint JavaScript with JSHint
Organized assets into subdirectories
Added Grunt Compass task
sheabunge added a commit that referenced this pull request Jul 15, 2013
Add support for Grunt and Compass
@sheabunge sheabunge merged commit 9d86315 into develop Jul 15, 2013
@paaljoachim paaljoachim mentioned this pull request Nov 13, 2023
5 tasks
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

Successfully merging this pull request may close these issues.

1 participant