File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ language: node_js
22node_js :
33 - " 0.10"
44before_script :
5- - npm install -g grunt-cli
5+ - npm install grunt-cli
Original file line number Diff line number Diff line change 1818 "contributors" : [
1919 {
2020 "name" : " Shogo Sensui" ,
21- "email" : " orz1000ch @gmail.com" ,
21+ "email" : " shogo.sensui @gmail.com" ,
2222 "web" : " http://1000ch.net/"
2323 }
2424 ],
Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ module.exports = function (grunt) {
7272 }
7373 } ) . forEach ( function ( src ) {
7474
75- // Get CSS from a source file:
76- var css = grunt . file . read ( src ) ;
77-
78- // Comb it:
79- grunt . log . ok ( 'Sorting file "' + src + '"...' ) ;
80- var syntax = src . split ( '.' ) . pop ( ) ;
81- var combed = comb . processString ( css , syntax ) ;
82- grunt . file . write ( f . dest , combed ) ;
83- } ) ;
75+ // Get CSS from a source file:
76+ var css = grunt . file . read ( src ) ;
77+
78+ // Comb it:
79+ grunt . log . ok ( 'Sorting file "' + src + '"...' ) ;
80+ var syntax = src . split ( '.' ) . pop ( ) ;
81+ var combed = comb . processString ( css , syntax ) ;
82+ grunt . file . write ( f . dest , combed ) ;
83+ } ) ;
8484 } ) ;
8585 } ) ;
8686} ;
You can’t perform that action at this time.
0 commit comments