Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptPilot authored and scriptPilot committed May 17, 2017
1 parent d00ed28 commit 9524898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/f7-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cmd(f7Folder, 'gulp build', function () {
colors.material[colorSearch[1]] = colorSearch[3]
})
colors.default.material = materialColorFile.match(/@themeColor:( )?@([a-z]+);/)[2]
fs.writeJsonSync(abs('../client/theme-colors.json'), colors)
fs.writeJsonSync(abs(__dirname, '../client/theme-colors.json'), colors)
// Update kitchen sinks
cmd(__dirname, 'node update-kitchen-sinks', function () {
cmd(__dirname, 'node update-routes', function () {
Expand Down

0 comments on commit 9524898

Please sign in to comment.