Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Write actual version to generated dist file #401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const package = require('./package.json');

module.exports = function (grunt) {
grunt.initConfig({
coffeelint: {
Expand Down Expand Up @@ -42,7 +44,7 @@ module.exports = function (grunt) {
' * it requires no server-side code and can be added to any web app simply by',
' * including a couple JavaScript files.',
' *',
' * Firepad 0.0.0',
' * Firepad ' + package.version,
' * http://www.firepad.io/',
' * License: MIT',
' * Copyright: 2014 Firebase',
Expand Down