mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
#60 css, js 코드 정리.
This commit is contained in:
parent
ebbb62a085
commit
f94852935a
7 changed files with 1150 additions and 1111 deletions
|
|
@ -38,6 +38,7 @@ module.exports = function(grunt) {
|
|||
csslint: {
|
||||
strict: {
|
||||
options: {
|
||||
import : 2,
|
||||
'adjoining-classes' : false,
|
||||
'box-model' : false,
|
||||
'duplicate-background-images' : false,
|
||||
|
|
@ -205,6 +206,5 @@ module.exports = function(grunt) {
|
|||
grunt.loadNpmTasks('grunt-contrib-csslint');
|
||||
grunt.loadNpmTasks('grunt-contrib-cssmin');
|
||||
|
||||
grunt.registerTask('default', ['jshint']);
|
||||
grunt.registerTask('lint', ['jshint', 'csslint']);
|
||||
grunt.registerTask('default', ['jshint', 'csslint']);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue