Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from brianteeman/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Alexander Schmidt committed Feb 17, 2017
2 parents cdb1b1a + 6b0f907 commit d8ed44d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ IE 9 +

## Install

Install it like a normal template in Joomla! backend. Then install [Node](http://nodejs.org/). This template will be build with [Gulp](http://gulpjs.com/). If you haven't used Gulp before, you need to install ``gulp`` global.
Install it like a normal template in Joomla! backend. Then install [Node](http://nodejs.org/). This template will be built with [Gulp](http://gulpjs.com/). If you haven't used Gulp before, you need to install ``gulp`` global.

npm install -g gulp

Open a terminal an got to the template folder.
Open a terminal and go to the template folder.

cd C:\xampp\htdocs\joomla\templates\frontend

Expand All @@ -29,7 +29,7 @@ Run Gulp for build and minify.

gulp watch

The building files are stored in folder /build in template directory. See gulfile.js to recognize automation.
The building files are stored in folder /build in template directory. See gulpfile.js to recognize automation.

## Demo

Expand Down

0 comments on commit d8ed44d

Please sign in to comment.