Skip to content

Commit

Permalink
Add uncompressed built file
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Apr 8, 2013
1 parent bb5ea1e commit c9ef737
Show file tree
Hide file tree
Showing 5 changed files with 1,540 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and you can start using xstyle's CSS extensions:
<style> <style>
/* my rules */ /* my rules */
</style> </style>
&lt;script src="xstyle/xstyle.min.js">&lt;/script> &lt;script src="xstyle/xstyle.js">&lt;/script> <!-- or use the minified xstyle.min.js -->
</pre> </pre>


Or xstyle can be used with an AMD module loader, like RequireJS or Dojo, and load the Or xstyle can be used with an AMD module loader, like RequireJS or Dojo, and load the
Expand Down
4 changes: 3 additions & 1 deletion build/build-xstyle.cmd
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,3 @@
uglifyjs ../core/amdLoader.js ../../put-selector/put.js ../core/elemental.js ../core/ruleModel.js ../core/parser.js ../main.js -o ..\xstyle.min.js --source-map ..\xstyle.min.js.map -p 2 -c -m cd ..
cat core/amdLoader.js ../put-selector/put.js core/elemental.js core/ruleModel.js core/parser.js main.js > xstyle.js
uglifyjs xstyle.js -o xstyle.min.js --source-map xstyle.min.js.map -p 2 -c -m
Loading

0 comments on commit c9ef737

Please sign in to comment.