Skip to content

Commit

Permalink
Merge branch 'release-2.4.0-b2' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
archetyped committed May 7, 2014
2 parents 8a6e385 + c7c6500 commit 119d261
Show file tree
Hide file tree
Showing 18 changed files with 1,351 additions and 1,117 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(grunt) {

// JavaScript assets
js : {
base : 'js', //Base dir
base : 'js', // Base dir
src : '<%= paths.js.base %>/dev', // Development code
dest : '<%= paths.js.base %>/prod', // Production code
files_std : '**/<%= paths.js.src %>/**/*.js', // Standard file match
Expand All @@ -34,8 +34,8 @@ module.exports = function(grunt) {
ext : '.css', // Compiled extension
target : '*.scss', // Only Sass files in CWD
exclude : '!_*.scss', // Do not process partials
base_src : '<%= paths.base %>/<%= paths.sass.src %>', //Base source dir
base_dest : '<%= paths.base %>/<%= paths.sass.dest %>', //Base compile dir
base_src : '<%= paths.base %>/<%= paths.sass.src %>', // Base source dir
base_dest : '<%= paths.base %>/<%= paths.sass.dest %>', // Base compile dir
}
},
});
Expand Down
Loading

0 comments on commit 119d261

Please sign in to comment.