Skip to content

Commit be36d19

Browse files
author
Andreas Savvides
committed
Move public assets to public folder
1 parent a017316 commit be36d19

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function (grunt) {
1212
options: {
1313
entry: "./src/ReactDigits.js",
1414
output: {
15-
path: "./dist/",
15+
path: "./public/dist/",
1616
filename: "dist.js",
1717
},
1818
stats: {
File renamed without changes.

0 commit comments

Comments
 (0)