We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2440db0 + f484385 commit 9864d05Copy full SHA for 9864d05
3 files changed
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
bower_components
3
.grunt
4
+*.pem
crxmake.sh
@@ -1,6 +1,7 @@
#!/bin/bash -e
#
# Purpose: Pack a Chromium extension directory into crx format
+# Adapted from http://developer.chrome.com/extensions/crx
5
6
if test $# -ne 2; then
7
echo "Usage: crxmake.sh <extension dir> <pem path>"
extension/bower.json
@@ -7,7 +7,7 @@
"Eric Lanehart <eric@sparkart.com>"
8
],
9
"description": "Adds Solidus debugging tools to the Chrome Developer Tools.",
10
- "main": "app/devpanel.html",
+ "main": "devpanel.html",
11
"moduleType": [
12
"node"
13
0 commit comments