apokalipscke / grunt-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-test templates

Standard Typo3 Templates-Verzeichnis

Anwendung

  • npm install dependencies installieren
  • grunt watch automatischer FTP-Upload und jshint von JS und CSS nach dem Speichern
  • grunt jshint, sass, replace und uglify
  • grunt deploy kompletten build ausführen und FTP-Upload

Ordnerstruktur

templates
+---css [Custom S/CSS]
+---ext [Extensiontemplates]
+---favicon [Files for favicons]
+---fluid [Fluidtemplates]
|  +---layouts
|  |  +---default.html
|  +---partials
|  |  +---footer.html
|  |  +---header.html
|  +---start.html
+---images [Images for use in Templates]
+---js [Custom JavaScript]
|  +---functions.js
+---libs [JS / CSS libs]
+---ts [TypoScript]
   +---constants.ts
   +---page.ts
   +---setup.ts

About


Languages

Language:JavaScript 52.1%Language:CSS 43.9%Language:TypeScript 2.9%Language:PHP 0.9%Language:HTML 0.2%Language:Ruby 0.0%