Update script, video URL
This commit is contained in:
parent
e1c8478679
commit
6095df3a72
|
@ -12,7 +12,7 @@ My website includes several various command line tools - e.g. [Sculpin][4], [Gul
|
||||||
In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.
|
In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.
|
||||||
|
|
||||||
<div class="embed-container">
|
<div class="embed-container">
|
||||||
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/UTNupSghd-8" frameborder="0" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/eiWDV_63yCQ" frameborder="0" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
@ -25,7 +25,7 @@ Here are the scripts that I’m using - they are slightly different from those i
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf output_*/",
|
"clean": "rm -rf output_*/",
|
||||||
"dev": "sculpin generate --clean --no-interaction --server --watch",
|
"dev": "sculpin generate --clean --no-interaction --server --watch",
|
||||||
"production": "sculpin generate --clean --no-interaction --env='prod'"
|
"production": "sculpin generate --clean --no-interaction --env='prod' --quiet"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue