Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-25 04:19:29 +0400
committerconnors <connor.sears@github.com>2014-02-25 04:19:29 +0400
commitf480a73ed0e1326fc2795cc5f3049b997750799a (patch)
tree90362febff0942894275ae0133b0f60a1ece4144 /Gruntfile.js
parent34dfafc3b9b0369f2a8cdd2114f4bad91c06b5c5 (diff)
update footer and grunt
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 85cd2ee..d5e887e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -53,9 +53,7 @@ module.exports = function(grunt) {
'<%= meta.distPath %>ios-theme.css': 'sass/theme-ios.scss',
'<%= meta.distPath %>android-theme.css': 'sass/theme-android.scss',
'<%= meta.docsAssetsPath %>css/docs.css': 'sass/docs.scss',
- '<%= meta.docsPath %><%= pkg.name %>.css': 'sass/ratchet.scss',
- '<%= meta.docsPath %>ios-theme.css': 'sass/theme-ios.scss',
- '<%= meta.docsPath %>android-theme.css': 'sass/theme-android.scss'
+ '<%= meta.docsPath %><%= pkg.name %>.css': '<%= meta.distPath %><%= pkg.name %>.css'
}
}
},