Skip to content
Extraits de code Groupes Projets
  1. sept. 19, 2016
  2. août 28, 2016
  3. oct. 27, 2015
  4. oct. 13, 2015
  5. sept. 25, 2015
  6. juin 05, 2015
  7. oct. 20, 2014
  8. sept. 24, 2014
  9. août 11, 2014
  10. août 10, 2014
  11. août 01, 2014
  12. juil. 27, 2014
  13. juil. 26, 2014
  14. juil. 23, 2014
  15. juin 25, 2014
    • mattab's avatar
      Applying change suggested by travis · ceccba9d
      mattab a rédigé
      npm is included with Node, so there is no separate package for it. Our Node (and npm) is installed with nvm, and as such is not directly available with sudo. Changing the last few lines of the install-ubuntu.sh script to this should work (and removing the install of the npm package):
      
      npm config set loglevel error
      npm install .
      ceccba9d
  16. juin 19, 2014
  17. mai 23, 2014
  18. mai 14, 2014
  19. avr. 30, 2014
  20. avr. 13, 2014
    • Thomas Steur's avatar
      refs #4523 whenever a css or less file changes, delete compiled css. I put... · 454825c1
      Thomas Steur a rédigé
      refs #4523 whenever a css or less file changes, delete compiled css. I put this as a "workaround" in here as it solves the problem but maybe we wanna implement a solution in PHP though? If not, we could put this in another place maybe or leave it under tests. To make use of this just execute "cd tests/angularjs && grunt" after installing all the packages (see README). grunt will be notified whenever a file changes and immediately remove the compiled css
      454825c1
  21. avr. 04, 2014
  22. mars 31, 2014
  23. mars 30, 2014
Chargement en cours