You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexlm edited this page Nov 5, 2013
·
24 revisions
SASS / CSS
Pour automatiquement transformer les fichiers .SASS en fichiers .CSS
Il faut faut dabord pointer sur le dossier css du développement de TimeCrumbs
cd /Applications/MAMP/htdocs/TC-GitHub/web/css
Ensuite, passez cette ligne de commande pour transformer en continue le fichier app.scss en app.css
sass --watch ./app.scss:./app.css