aboutsummaryrefslogtreecommitdiff
path: root/Rakefile (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-01fixed issue where update_source failed if source/index was any extension othe...Brandon Mathis1-1/+2
2011-10-01wildcards broke rake update_source. fixes thatBrandon Mathis1-1/+1
2011-09-30Retains customized favicon on update_source fixes #189, Copies index.* from s...Brandon Mathis1-1/+2
2011-09-26Typo.Manu1-1/+1
2011-09-26Changed it so the ssh port is configurable as well. (As I ran into the same i...Manu1-1/+2
2011-09-24Fix generation of stylesheetsFrederic Hemberger1-1/+1
2011-09-22now Github pages :push task forcesBrandon Mathis1-1/+1
2011-09-22renamed github pages configuration taskBrandon Mathis1-1/+1
2011-09-22Removes compass_compiler.rbFrederic Hemberger1-0/+1
2011-09-22Restored copying public into _deploy. fixes #169Brandon Mathis1-0/+1
2011-09-22improved github configuration raketaskBrandon Mathis1-9/+38
2011-09-22copydot task can be called with parameters, no need for separate copydot_deployFrederic Hemberger1-19/+8
2011-09-21Fixed issue where dotfiles were not being copied to _deploy for github pages ...Brandon Mathis1-2/+13
2011-09-21fixed issue where public was being copied into _deployBrandon Mathis1-1/+1
2011-09-19Removing glob because globbing does not pick up dotfiles.Tom Miller1-1/+1
2011-09-18Wraps git commit message in double quotes, fixes #139Frederic Hemberger1-2/+2
2011-09-18Aligns naming of .pygments-cache, .gist-cache and .sass-cacheFrederic Hemberger1-2/+2
2011-09-17Fixes #150. Strip leading path before checking for excluded file.Chris Sims1-1/+1
2011-09-12added itegration to gen_deployBrandon Mathis1-1/+1
2011-09-12Fix an issue in 'watch' and 'preview' where main process is terminated with c...fhemberger1-9/+6
2011-09-12Move generate + deploy to separate taskfhemberger1-1/+6
2011-09-12Generate site before deploying, execute tasks in sequencefhemberger1-1/+2
2011-09-12Copy dotfiles also for subdirectoriesfhemberger1-4/+4
2011-09-08moved from Posix::Span to Process.span, fixing #46Brandon Mathis1-5/+5
2011-09-04Updated new_post and new_page taks to use new ask method for dialogsBrandon Mathis1-6/+2
2011-09-04install: Adds confirmation before overwriting existing source_dirfhemberger1-0/+17
2011-09-03Added prompt for overwriting posts and pages when a new_post and new_page tas...Brandon Mathis1-0/+10
2011-09-02fixed bug where update_source Rake task was not copying over changes from .th...Brandon Mathis1-7/+5
2011-08-28not using cd in copydot, breaks chained task when further cd's are calledRyan Gibbons1-6/+4
2011-08-25removed octopress.org rsync deploy config from Rakefile. OopsBrandon Mathis1-2/+2
2011-08-25Somehow I replaced Rakefile with oder version, oopsBrandon Mathis1-18/+54
2011-08-25Added warning if users try to add posts, pages, or generate their siteBrandon Mathis1-52/+21
2011-08-25removed unnecessary mkdir_p in update_style, fixed #67Brandon Mathis1-1/+0
2011-08-25sleeps wait, cleaned up rake preview and rake watch a bitBrandon Mathis1-16/+9
2011-08-23Do not rely on system specifc syntax for preview or watch.Benjamin R Doerr1-2/+32
2011-08-22Removes system specific File IO from Rakefile, rather we make use of FileUtils.Benjamin R Doerr1-13/+13
2011-08-23Makes update_source and update_style much more windows friendly.Ben Doerr1-2/+4
2011-08-21added support for deploying "dot" files (eg. .htaccess), fixes #104Brandon Mathis1-2/+14
2011-08-20added stringex gem for permalink url generationPavel Pravosud1-1/+2
2011-08-16added blog_index_dir configuration and improved update_sourceBrandon Mathis1-16/+14
2011-08-11now using rack instead of Jekyll's webrick server, fixes #90Brandon Mathis1-1/+2
2011-08-11fix rake-listmarutanm1-1/+1
2011-08-10added support for preserving customized source/index.html during template upd...Brandon Mathis1-0/+5
2011-07-31udpated rake udpate_source task to preserve custom includes instaed of preser...Brandon Mathis1-2/+1
2011-07-28Rake task update_source now preserves footer as well as navigationBrandon Mathis1-0/+1
2011-07-27fixed update styleBrandon Mathis1-1/+1
2011-07-28Fixed rake update_source and rake update_styleLuke Armstrong1-0/+8
2011-07-27Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]Luke Armstrong1-1/+1
2011-07-27improved new_post title substitutions, fixed directories in rake update tasksBrandon Mathis1-3/+3
2011-07-26Changed description of new_page rake task, to what it doesMike Ballou1-1/+1