- Node.js installieren / direkter Download Link
- Gulp.js global installieren: Terminal:
(sudo) npm install -g gulp - Die Node Module vom Git ausschließen: in der Datei
.gitignorefolgendes ergänzennode_modules/* - Ins Projekt Verzeichnis wechseln
- Erstmalig:
npm initausführen, evtl Infos eingeben und Bestätigen - Gulp.js für das Projekt installieren:
(sudo) npm install --save-dev gulp - Benötigte Plugins installieren:
(sudo) npm install gulp-sass gulp-notify browser-sync --save-dev - Datei
gulpfile.jsim Projekt Ordner anlegen und konfigurieren (siehe anderes Gist)
Last active
August 29, 2015 14:00
-
-
Save larswittenberg/11258195 to your computer and use it in GitHub Desktop.
Gulp.js Einrichten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment