Skip to content

Commit 443011d

Browse files
author
Petr Brzek
committed
compile coffee to js
1 parent 5b087a4 commit 443011d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.DS_Store
22

33
node_modules/*
4-
dist/*
4+
*.js

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.coffee

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,11 @@
154154
},
155155
"bundledDependencies": [
156156
"octopus-helpers"
157-
]
157+
],
158+
"devDependencies": {
159+
"coffee-script": "^1.10.0"
160+
},
161+
"scripts": {
162+
"prepublish": "coffee -o ./ ./"
163+
}
158164
}

0 commit comments

Comments
 (0)