Advertisement
Guest User

install grunt

a guest
Nov 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. 1- Intaller Node et Npm
  2. curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
  3. sudo apt-get install -y nodejs
  4.  
  5.  
  6. 2- Renommer des fichiers
  7. package.json.sample to package.json
  8. Gruntfile.js.sample to Gruntfile.js
  9. grunt-config.json.sample to grunt-config.json
  10.  
  11. 3-
  12. npm install
  13. npm update
  14.  
  15. 4- Installer grunt
  16. sudo npm install -g grunt-cli
  17.  
  18. 5- Modifier le fichier
  19. grunt exec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement