asciimoo / cssplot

Pure CSS charts
https://asciimoo.github.io/cssplot
Other
782 stars 46 forks source link

GruntJS to compile LESS #15

Open juanbrujo opened 9 years ago

juanbrujo commented 9 years ago

now using GruntJS to compile LESS. modules:

asciimoo commented 9 years ago

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 commented 9 years ago

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

juanbrujo commented 9 years ago

@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 commented 9 years ago

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

juanbrujo commented 9 years ago

so, it's a merge not a replacement.

asciimoo commented 9 years ago

yes