Skip to content
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

GruntJS to compile LESS #15

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

Conversation

juanbrujo
Copy link

now using GruntJS to compile LESS.
modules:

  • livereload
  • grunt
  • grunt-contrib-less
  • grunt-contrib-watch
  • grunt-newer

new build through GruntJS
added BUILD flow to README.md
@asciimoo
Copy link
Owner

Why do you want to delete the makefile/css files?
They both may come in handy if don't want to install nodejs/grunt/less to get only the css files

@rafaelrinaldi
Copy link
Contributor

There's no point on replacing the current Makefile (who already does the job really well) for Grunt.

@juanbrujo
Copy link
Author

@asciimoo just because I asked you so, to transfer the .less compilation/minification to GruntJS instead using the makefile. The CSS files were deleted because they're generated when GruntJS is running. It's up to you, I'm working this way the animated transitions improvement.

@asciimoo
Copy link
Owner

It's nice if we have the gruntfile as an option, but i agree with @rafaelrinaldi about keeping the makefile/css

@juanbrujo
Copy link
Author

so, it's a merge not a replacement.

@asciimoo
Copy link
Owner

yes

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.

3 participants