Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Prep for autoscript to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerhawkvok committed Aug 15, 2014
1 parent da12c27 commit 808e98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ task 'watch', 'watch and compile changes in source dir', ->
watch.stdout.on 'data', (data)-> process.stdout.write data

task 'build', 'join and compile *.coffee files', ->
exec "coffee -j #{outJS}.js -c #{strFiles}", exerr
# Does bare compilation!
exec "coffee -bj #{outJS}.js -c #{strFiles}", exerr

task 'min', 'minify compiled *.js file', ->
exec "java -jar #{config.yuic} #{outJS}.js -o #{outJS}.min.js", exerr
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Refer to http://codex.wordpress.org/Theme_Development for theme parameters.

The test status can be seen on http://velociraptorsystems.com/samples/mvz_tests/arctosdb/ , running the dev branch of WordPress.

**Important Note**: Before final release, the `b` in the `build` and `wjm` tasks in `Cakefile` should be removed.

## ImageLightbox

Images will be lightboxed using the [Github / Bower fork](https://github.com/victorhaggqvist/touch-imagelightbox) of [ImageLightbox](http://osvaldas.info/image-lightbox-responsive-touch-friendly). Until a [jQuery selector issue is resolved](https://github.com/victorhaggqvist/touch-imagelightbox/issues/1), it applies to all linked images (eg, `<a href='large_image.jpg'><img src='small_img.jpg'/></a>`).
Expand Down

0 comments on commit 808e98b

Please sign in to comment.