Skip to content

Typescript!!!#16

Open
danieldelcore wants to merge 3 commits into
masterfrom
typescript
Open

Typescript!!!#16
danieldelcore wants to merge 3 commits into
masterfrom
typescript

Conversation

@danieldelcore
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread package.json
"start": "tsc --watch",
"prebuild": "npm run copy-static-files",
"build": "tsc --build",
"copy-static-files": "copyfiles -u 2 source/_static/**/* source/_static/**/**/* source/_static/* deploy/",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: we need to bundle and copy sass files to the deploy directory

@danieldelcore
Copy link
Copy Markdown
Collaborator Author

Since i have idea how coffeescript works i've been converting it back to JS with this haha

@@ -139,7 +139,7 @@
</p>
<script src="//www.gstatic.com/firebasejs/3.1.0/firebase.js"></script>
<script src="/js/vendors.min.js"></script>
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrevenancio we can probably drop vendors and import directly from npm now :D

constructor(private x: number = 0, private y: number = 0) {}

// TODO: Is this supposed to be used?
// private _add(v1, v2) {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrevenancio i have no idea if this was being used here. Looks like no 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant