aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
Diffstat (limited to 'grunt')
-rw-r--r--grunt/configBridge.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/grunt/configBridge.json b/grunt/configBridge.json
index 2bda83394..140d9ab78 100644
--- a/grunt/configBridge.json
+++ b/grunt/configBridge.json
@@ -1,10 +1,10 @@
{
"paths": {
"docsJs": [
- "../assets/js/vendor/anchor.min.js",
- "../assets/js/vendor/clipboard.min.js",
- "../assets/js/vendor/holder.min.js",
- "../assets/js/src/application.js"
+ "assets/js/vendor/anchor.min.js",
+ "assets/js/vendor/clipboard.min.js",
+ "assets/js/vendor/holder.min.js",
+ "assets/js/src/application.js"
]
}
}