Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 2.22 KB

README.md

File metadata and controls

68 lines (39 loc) · 2.22 KB

Node.js examples from Pillora's book

Node.js project Directory samples_Pillora\ contains Node.js examples presented in Pillora's book "Getting Started with Grunt: The JavaScript Task Runner" (Packet Publishing, 2014).
Github repository: https://github.com/jpillora/gswg-examples.git

4-02-project

Command npm.cmd start performs two tasks when started in directory samples_Pillora\4-02-project\:

  • it builds your project using Grunt (see Grunt tasks in file Gruntfile.js).
  • it opens the build/app.html Web page in your default web browser.
> npm i & npm start
up to date in 0.748s

> [email protected] start N:\samples_Pillora\4-02-project
> grunt & node ./npm_scripts/start_browser.js build/app.html

Running "coffee:build" (coffee) task
>> 1 files created.

Running "stylus:build" (stylus) task
>> 1 file created.

Running "pug:build" (pug) task
>> 1 file created.

Done.

4-03-project

Same as 4-02-project.

4-04-project

Same as 4-02-project.

4-05-project

Same as 4-02-project.

4-06-project

Same as 4-02-project.

4-07-project

Same as 4-02-project.


mics/January 2025