Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "scripts": {
  3. "hugo": "hugo server -w --buildDrafts --cleanDestinationDir",
  4. "start": "concurrently --kill-others 'gulp' npm:hugo"
  5. },
  6. "devDependencies": {
  7. "autoprefixer": "^9.0.0",
  8. "concurrently": "^3.6.0",
  9. "gulp": "^3.9.1",
  10. "gulp-postcss": "^7.0.1",
  11. "gulp-sass": "^4.0.1",
  12. "gulp-sourcemaps": "^2.6.4",
  13. }
  14. }
Add Comment
Please, Sign In to add comment