Search
 
SCRIPT & CODE EXAMPLE
 

CSS

gulp with pm2

you can execute your gulp command via pm2 by defining it in the process file at your project root.

ecosystem.json
{
    "apps": [
        {
            "name": <name_of_your_app>,
            "script": "gulp"
        }
    ]
}
Then, from terminal, run $ pm2 start ecosystem.json. 
You can also define watch options at that process file. 
for more details copy this link
https://pm2.keymetrics.io/docs/usage/watch-and-restart/#auto-restart-apps-on-file-change
Comment

PREVIOUS NEXT
Code Example
Css :: using overflow:hidden and clearing float 
Css :: send mails from lampp form localhost 
Css :: remove background when autofill input css 
Css :: background color transparent 
Css :: how to target input type with css 
Css :: how to write remark in css 
Css :: animation-direction property 
Css :: css darken 
Css :: putting label on top of input css 
Css :: center css elements 
Css :: how to align text verticaly 
Css :: how to remove underline from list item in html 
Css :: center text in div 
Css :: tailwind css npm 
Css :: css outline color 
Css :: comfirm before delete 
Css :: underline css animation hover 
Css :: animation reverse 
Css :: top left right bottom css shorthand 
Css :: how to make png smaller css 
Css :: half border bottom 
Css :: css text align 
Css :: css padding 
Css :: css strike through 
Css :: css linear gradient 
Css :: style rule that expands the element to cover any floating content within the element 
Css :: remove scrollbars scroll 
Css :: center a button wordpress 
Css :: mat dialog background color 
Css :: css ie11 only 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =