Skip to content

Commit

Permalink
Use sanitized project name in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliosmaster committed Jan 17, 2019
1 parent d3c3ef1 commit 2cd0704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased][unreleased]

## 0.1.5 - 2019-01-17
### Fixed

- Correctly use sanitized project name in `index.html`

## 0.1.4 - 2019-01-15
### Added
- Use [mount](https://github.com/tolitius/mount) for component lifecycle
Expand Down Expand Up @@ -36,4 +41,4 @@ All notable changes to this project will be documented in this file. This change
- Project created

[Unreleased]:
https://github.com/Heliosmaster/reagent-ajax/compare/v0.1.4...HEAD
https://github.com/Heliosmaster/reagent-ajax/compare/v0.1.5...HEAD
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reagent-ajax/lein-template "0.1.4"
(defproject reagent-ajax/lein-template "0.1.5"
:description "Basic template with reagent and ajax calls using transit"
:url "http://github.com/Heliosmaster/reagent-ajax"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/reagent_ajax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="app"></div>
<script type="text/javascript" src="js/app.js"></script>
<script>
{{ns-name}}.core.main();
{{sanitized}}.core.main();
</script>

</body>
Expand Down

0 comments on commit 2cd0704

Please sign in to comment.