Collects module parameters from query string, concats them and serves in one way!
- clone or download repo
- open terminal and
cd one-way
. - type
npm install
to install dependencies. - change your paths if you need from
config.js
file. - type
gulp
to run default gulp task.
Here you are! localhost:3000
is now listening your requests.
if you enter url http://localhost:3000/styles?module=header,navigation,search
you'll get a css response which includes header.css + navigation.css + search.css