|
|
@@ -19,7 +19,7 @@ module.exports = (grunt) ->
|
|
|
grunt.loadNpmTasks 'grunt-exec'
|
|
|
grunt.loadNpmTasks 'grunt-contrib-cssmin'
|
|
|
# grunt.loadNpmTasks 'grunt-contrib-imagemin'
|
|
|
- grunt.loadNpmTasks 'grunt-sprity'
|
|
|
+ # grunt.loadNpmTasks 'grunt-sprity'
|
|
|
|
|
|
config =
|
|
|
|
|
|
@@ -60,15 +60,14 @@ module.exports = (grunt) ->
|
|
|
# interlaced:false
|
|
|
# optimizationLevel: 7
|
|
|
|
|
|
- sprity:
|
|
|
-
|
|
|
- sprite:
|
|
|
- options:
|
|
|
- cssPath:"/img/"
|
|
|
- 'style': '../../public/stylesheets/app/sprites.less'
|
|
|
- margin: 0
|
|
|
- src: ['./public/img/flags/24/*.png']
|
|
|
- dest: './public/img/sprite',
|
|
|
+ # sprity:
|
|
|
+ # sprite:
|
|
|
+ # options:
|
|
|
+ # cssPath:"/img/"
|
|
|
+ # 'style': '../../public/stylesheets/app/sprites.less'
|
|
|
+ # margin: 0
|
|
|
+ # src: ['./public/img/flags/24/*.png']
|
|
|
+ # dest: './public/img/sprite'
|
|
|
|
|
|
|
|
|
coffee:
|