diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4154ea8..f2a6931 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { pkg: grunt.file.readJSON('package.json'), shell: { update_bootstrap: { - command: ['git checkout -- .', 'git pull --rebase'].join('&&'), + command: ['git submodule update --init --checkout', 'npm i'].join('&&'), options: { execOptions: { cwd: 'sources/css/bootstrap/' |