node.js - Grunt task to change some information in the existing files -


i want create startkit projects, 1 of task modify existing files grunt.js. example have file this:

1. $variable-one:   1 !default; 2. $variable-two:   2 !default; 3. $variable-three: 3 !default; 

and want copy part of file files. example, line 1 in beginning of file1.scss, line 2 in end of file2.scss, line 3 in middle of file3.scss. find grunt-string-replace, don't shure can me.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -