mirror of https://github.com/masayuki0812/c3.git
Browse Source
* Removes grunt, adds cleancss and uglify-js3 Adding package-lock.json * Forgot load-grunt-tasks * Forgot to update dist scriptpull/1415/merge
Ændrew Rininsland
8 years ago
committed by
Yoshiya Hinosawa
3 changed files with 3201 additions and 26 deletions
@ -1,16 +0,0 @@
|
||||
module.exports = (grunt) -> |
||||
require('load-grunt-tasks') grunt, pattern: ['grunt-contrib-*', 'grunt-sass'] |
||||
|
||||
grunt.initConfig |
||||
|
||||
uglify: |
||||
c3: |
||||
files: |
||||
'c3.min.js': 'c3.js' |
||||
|
||||
cssmin: |
||||
c3: |
||||
src: 'c3.css' |
||||
dest: 'c3.min.css' |
||||
|
||||
grunt.registerTask 'minify', ['cssmin', 'uglify'] |
Loading…
Reference in new issue