Skip to content
Snippets Groups Projects
  1. Dec 15, 2011
    • Shane Tomlinson's avatar
      Creating the build and production directories so that we are not polluting our... · 8546900a
      Shane Tomlinson authored
      Creating the build and production directories so that we are not polluting our dev directories and overwriting files in the build process.
      
      * Build script creates two new directories, build and production.
      * build is for uncompressed files.
      * production is for ready to serve up files.
      * Set up a symlink for include.js so we do not overwrite the original.
      * Update the build script to update include.js symlink.
      
      issue #700
      8546900a
    • Shane Tomlinson's avatar
      f647f552
    • Shane Tomlinson's avatar
      Starting to update the dialog controller to handle code versioning. · f9ab1ba9
      Shane Tomlinson authored
      * Adding getCodeVersion to network.
      * Adding error messages for if session_context fails during getCodeVersion.
      * Adding a code check module.
      * Updating start so that most modules are only registered whenever code is up to date.
      * If the scripts are out of date, append a new script to the head.
      * Cleaning up the dialog module's interface with the channel.
      * Updating the compression script.
      * Splitting off the actions into its own page module/controller for easier testing.
      
      issue #226
      issue #687
      f9ab1ba9
  2. Dec 14, 2011
  3. Dec 13, 2011
  4. Dec 09, 2011
Loading