We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74258be commit 21f0897Copy full SHA for 21f0897
.gitignore
@@ -11,7 +11,6 @@ public/assets
11
tmp/**/*
12
tmp
13
.bundle
14
-Capfile
15
webrat.log
16
.sass-cache/
17
tmp/
Capfile
@@ -0,0 +1,4 @@
1
+load 'deploy'
2
+# Uncomment if you are using Rails' asset pipeline
3
+load 'deploy/assets'
4
+load 'config/deploy' # remove this line to skip loading any of the default tasks
0 commit comments