Skip to content

CompSciLabs/kenjy2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kenjy2016

development

dependencies

  • node v0.12.7 Although technically other versions of node should work.

install

  npm install

src directory

  • /src
    • /img - uncompressed/unminified images
    • /styles - *.sass files
    • /scripts - unminified js files
      • /vendor - js vendor libraries

watch

  npm run build

This will watch the src directory and build the files into the build directory. This minifies images and javascript, as well as building any sass files. Note - npm run build will clean (delete) the build directory when changes are detected in the src folder.

loadPage events

The application will trigger a loadPage:pageName event when it shows a page. You can catch these and perform code on them by doing -

$(document).on('loadPage:about', function () {
  console.log('Loaded about page')
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published