#PasoDoble | responsive Joomla! 3.4x template

Version für Joomla! Magazin D-A-CH

###PasoDoble in action pasodoble

Npm und gulp:

  1. Node js, Info siehe: Node
  2. Gulp, Info siehe: Gulp

####Installation:

  1. Node installieren

  2. Terminal / Ide mit Terminal - als Administrator ausführen - wichtig!

  3. Gulp global installieren:

     npm install -g gulp
    
  4. Node dependencies installieren (package.json):

     npm install
    

####Alternativ package.json selber aufbauen: npm init npm install gulp --save-dev npm install gulp-autoprefixer gulp-concat gulp-convert-encoding gulp-less gulp-livereload gulp-minify-css gulp-notify gulp-sourcemaps gulp-uglify --save-dev

####Workflow, Gulp Befehle: gulp all: script, style, print, watch gulp (default): script, style, print gulp script: app.js gulp style: style.css gulp print: print css gulp watch

###Work in progress!

todos:

  • der heilige Gral - die Suche geht weiter - gulpfile für js und less:
  • Gulp für js und less eingerichtet, style.css und app.js in dist folder
  • css sourcemap via gulp in map folder
  • unset über options steuerbar; dann wird template.js.php anstelle app.js geladen