GithubHelp home page GithubHelp logo

migreva's Introduction

Gulp tasks

Moudlarized gulp tasks which makes for a cleaner root gulpfile

Inspired by this Medium post

Expected file structure

These gulp tasks expect the following file structure in order to work properly

.
  /src
      /client // Public-facing JS, will be compiled to ./public/js
      /server // Serverside JS, will be compiled to ./dist
      /scss   // Sass files, will be compiled to ./public/css
  /dist // Holds compiled serverside code from ./src/server
  /public // Holds public JS/CSS, compiled from ./src/client and ./src/scss

Tasks

Contains tasks that build files (JS, stylesheets, etc)

Modules in this folder can export a function called watchFunction which can be run in the watch task.

Browserify bundle the public JS found in ../src/js.

Bundle the sass found in ../src/scss

Run the serverside JS through Babel

Defines the task gulp.task('watch').Calls the watchFunction exported in the modules in ./build

migreva's People

Contributors

migreva avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

migreva's Issues

Order animations

When you click on a link on the home page, it animates the new menu and loads the page all at the same time. This makes the animation suck horribly. Need to make the animations go in sequence.

Font loading

I downloading the woff2 files for the google font i'm using but they don't seem to load in anything but Chrome

Figure out why

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.