Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

erkobridee/cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdn

Content Delivery Network for Project's Common Resources

source content in /src

Prerequisites

  • Must have Git installed

  • Must have node.js (at least LTS) installed with npm (Node Package Manager)

  • Must have Gulp.js node package installed globally. [sudo] npm install -g gulp

Installation Guide

Enter the following commands in the terminal

git https://github.com/erkobridee/cdn.git
cd cdn
npm install

Tools

Dependencies

npm install \
  del \
  gulp \
  gulp-bump \
  gulp-cached \
  gulp-connect \
  gulp-jshint \
  gulp-lintspaces \
  gulp-load-plugins \
  gulp-print \
  gulp-shell \
  gulp-task-listing \
  gulp-util \
  jshint-stylish \
  lazypipe \
  open \
  run-sequence \
  yargs \
  --save-dev

Commands

  • gulp - development mode, start server on port 1337 and look src directory files

  • gulp --release --preview - generate deploy version on dist directory and start server on port 1337 looking to this directory

  • gulp --publish - publish deploy version files on gh-pages branch

    • gulp --init - create local directory with github repository on gh-pages branch
  • npm outdated - check outdated dependencies

License

About

Content Delivery Network for Project's Common Resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published