bdkjones / CodeKit-1-Old

146 stars 1 forks source link

As a user I would like to have filename versioning functionality #593

Open ghost opened 11 years ago

ghost commented 11 years ago

As a user I would like to have filename versioning functionality to prevent cache issues with latest production files (css, js etc). A solution could be to implement a new "build" button below the compile button under the styles and script tabs. When pressing this button your main.css file is duplicated and renamed to e.g. main-v.1.2.3.css. This way I always know that my main.css is only used in development and main-v-x.x is the latest one used in production.

Keep up the good work!