Skip to content

Commit

Permalink
Use of grunt-sass for node sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Poudel committed Jun 26, 2017
1 parent 1fb11d0 commit 9c926b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = function( grunt ) {
sass: {
compile: {
options: {
sourcemap: 'none'
sourceMap: 'none'
},
files: [{
expand: true,
Expand Down Expand Up @@ -312,20 +312,20 @@ module.exports = function( grunt ) {
});

// Load NPM tasks to be used here
grunt.loadNpmTasks( 'grunt-sass' );
grunt.loadNpmTasks( 'grunt-shell' );
grunt.loadNpmTasks( 'grunt-wp-i18n' );
grunt.loadNpmTasks( 'grunt-phpcs' );
grunt.loadNpmTasks( 'grunt-rtlcss' );
grunt.loadNpmTasks( 'grunt-postcss' );
grunt.loadNpmTasks( 'grunt-stylelint' );
grunt.loadNpmTasks( 'grunt-wp-i18n' );
grunt.loadNpmTasks( 'grunt-checktextdomain' );
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
grunt.loadNpmTasks( 'grunt-contrib-sass' );
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-concat' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-contrib-clean' );
grunt.loadNpmTasks( 'grunt-stylelint' );
grunt.loadNpmTasks( 'grunt-phpcs' );
grunt.loadNpmTasks( 'grunt-postcss' );

// Register tasks
grunt.registerTask( 'default', [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~3.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-phpcs": "^0.4.0",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "2.0.1",
"grunt-phpcs": "~0.4.0",
"grunt-postcss": "~0.8.0",
"grunt-rtlcss": "~2.0.1",
"grunt-shell": "~2.1.0",
"grunt-stylelint": "^0.6.0",
"grunt-wp-i18n": "~0.5.4",
"grunt-sass": "~2.0.0",
"grunt-stylelint": "~0.8.0",
"grunt-wp-i18n": "~1.0.0",
"istanbul": "^1.0.0-alpha",
"mocha": "^3.0.2",
"wc-e2e-page-objects": "0.3.0"
Expand Down

0 comments on commit 9c926b4

Please sign in to comment.