This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* What page in the book does this errata appear?: 26 | |
Please describe the errata.: | |
Step 5 create the Berksfile using the command "mma@laptop:~/chef-repo $ subl Berksfile" instead of | |
"mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/Berksfile". | |
* What page in the book does this errata appear?: Page 63 | |
Please describe the errata.: | |
Step 7, Create the template file has "mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/recipes/default.rb" instead of "mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/templates/default/greeting.txt.erb" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sbt._ | |
import Keys._ | |
import com.github.siasia.WebPlugin | |
import WebPlugin._ | |
// project/plugin/WebIntegrationTests | |
object WebIntegrationTests extends Plugin { | |
NewerOlder